You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/26 12:08:41 UTC

[GitHub] [arrow-rs] tustvold commented on issue #2170: Quite long compilation time

tustvold commented on issue #2170:
URL: https://github.com/apache/arrow-rs/issues/2170#issuecomment-1195399577

   Possibly related https://github.com/apache/arrow-rs/issues/1858
   
   This is something I would be very interested in improving, but I've not had time to really sit down with this yet.
   
   Two rather crude approaches could be to split up the crate to allow greater build parallelism, or to add more features to allow people to opt-out of functionality.
   
   Similarly messing with increasing the codegen-units might help, although potentially at the cost of less optimal builds.
   
   The major bottleneck last time I looked was linking, and LLVM codegen, which makes it hard to optimise without dropping functionality...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org