[ 
https://issues.apache.org/jira/browse/ARROW-9188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated ARROW-9188:
----------------------------------
    Labels: pull-request-available  (was: )

> [C++] Do not always statically link Brotli libraries
> ----------------------------------------------------
>
>                 Key: ARROW-9188
>                 URL: https://issues.apache.org/jira/browse/ARROW-9188
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Wes McKinney
>            Assignee: Wes McKinney
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.0.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> I discovered by symbol sleuthing that even if the Brotli shared libraries are 
> available on the system, the static libraries will be used for linking. 
> Here's a dump of the symbols on my machine
> https://gist.github.com/wesm/b7e911424ce3ca3a175b652666fe6f89
> The largest of these symbols {{kBrotliDictionaryData}} is 120KB
> Since we statically link everything in our Python wheels, we might consider 
> disabling Brotli in manylinux builds at least since it adds 800KB to 
> libarrow.so



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

Reply via email to