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/06/04 01:05:00 UTC

[jira] [Created] (ARROW-9032) [C++] Split arrow/util/bit_util.h into multiple header files

Wes McKinney created ARROW-9032:
-----------------------------------

             Summary: [C++] Split arrow/util/bit_util.h into multiple header files
                 Key: ARROW-9032
                 URL: https://issues.apache.org/jira/browse/ARROW-9032
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Wes McKinney
             Fix For: 1.0.0


This header has grown quite large and any given compilation unit's use of it is likely limited to only a couple of functions or classes. I suspect it would improve compilation time to split up this header into a few headers organized by frequency of code use. 



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