Uwe L. Korn created ARROW-216:
---------------------------------
Summary: C++: BooleanBuilder uses storage ineffienctly
Key: ARROW-216
URL: https://issues.apache.org/jira/browse/ARROW-216
Project: Apache Arrow
Issue Type: Improvement
Components: C++
Reporter: Uwe L. Korn
Although Arrow uses bit-packing for booleans, we reserve {{length}} bytes in
the BooleanBuilder. This should be bits, i.e. only 1/8.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
