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/27 21:16:00 UTC

[jira] [Created] (ARROW-8970) [C++] Reduce shared library code size (umbrella issue)

Wes McKinney created ARROW-8970:
-----------------------------------

             Summary: [C++] Reduce shared library code size (umbrella issue)
                 Key: ARROW-8970
                 URL: https://issues.apache.org/jira/browse/ARROW-8970
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Wes McKinney


We're reaching a point where we may need to be careful about decisions that increase code size:

* Instantiating too many templates for code that isn't performance sensitive
* Inlining functions that don't need to be inline

Code size tends to correlate also with compilation times, but not always.

I'll use this umbrella issue to organize issues related to reducing compiled code size



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