Skip to content

[C++] Implement bitmap word reader and writer #25102

@asfimport

Description

@asfimport

Below three Jira tasks optimize bitmap operations(logical, copy, compare, etc) unaligned case. They use word-by-word approach instead of bit-by-bit to improve performance.
There are some common code of read/write bitmap in words. It's better to implement word based bitmap reader and writer to wrap similar function and reduce code redundancy.
https://issues.apache.org/jira/browse/ARROW-8553
https://issues.apache.org/jira/browse/ARROW-8843
https://issues.apache.org/jira/browse/ARROW-8844

Reporter: Yibo Cai / @cyb70289
Assignee: Yibo Cai / @cyb70289

PRs and other links:

Note: This issue was originally created as ARROW-8979. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions