You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2020/05/25 13:56:00 UTC

[jira] [Created] (ARROW-8933) [C++] Reduce generated code in vector_hash.cc

Wes McKinney created ARROW-8933:
-----------------------------------

             Summary: [C++] Reduce generated code in vector_hash.cc
                 Key: ARROW-8933
                 URL: https://issues.apache.org/jira/browse/ARROW-8933
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Wes McKinney
             Fix For: 1.0.0


Since hashing doesn't need to know about logical types, we can do the following:

* Use same generated code for both BinaryType and StringType
* Use same generated code for primitive types having the same byte width

These two changes should reduce binary size and improve compilation speed



--
This message was sent by Atlassian Jira
(v8.3.4#803005)