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)

Reply via email to