Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
We are instantiating multiple versions of templates in this module for cases that, byte-wise, do the exact same comparison. For example:
- For equals, not_equals, we can use the same 32-bit/64-bit comparison kernels for signed int / unsigned int / floating point types of the same byte width
- TimestampType can reuse int64 kernels, similarly for other date/time types
- BinaryType/StringType can share kernels
etc.
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