Skip to content

[FEA] Refactor ORC's dictionary encoding using cuCo #10495

@devavret

Description

@devavret

ORC writer uses dictionary encoding on string columns and uses a custom hash map like structure. This is not needed anymore as we can use cuCo's hash maps.

Using #8476 as a template, we should be able to refactor and clean up the dictionary encoding code that currently resides in src/io/orc/dict_enc.cu

Metadata

Metadata

Assignees

Labels

PerformancePerformance related issuecuIOcuIO issuelibcudfAffects libcudf (C++/CUDA) code.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions