[
https://issues.apache.org/jira/browse/ARROW-553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rok Mihevc updated ARROW-553:
-----------------------------
External issue URL: https://github.com/apache/arrow/issues/16190
> C++: Faster valid bitmap building
> ---------------------------------
>
> Key: ARROW-553
> URL: https://issues.apache.org/jira/browse/ARROW-553
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: Uwe Korn
> Assignee: Uwe Korn
> Priority: Major
> Fix For: 0.2.0
>
>
> Currently we build up the bitmaps bit-by-bit which takes very long. Instead
> we can build them byte-by-byte in the general case and use {{memset}} for the
> non-null case.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)