Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Since hashing doesn't need to know about logical types, we can do the following:
- Use same generated code for both BinaryType and StringType (and LargeBinary/LargeString)
- Use same generated code for primitive types having the same byte width
These two changes should reduce binary size and improve compilation speed
Attachments
Issue Links
- is a child of
-
ARROW-8894 [C++] C++ array kernels framework and execution buildout (umbrella issue)
- Open
- is related to
-
ARROW-8970 [C++] Reduce shared library / binary code size (umbrella issue)
- Resolved
- links to