Marwes opened a new pull request #715:
URL: https://github.com/apache/arrow-rs/pull/715
# Rationale for this change
The arrow crate takes a long time to compile due to excessive
monomorphizations.
# What changes are included in this PR?
This extracts parts of generic functions into smaller ones, thereby reducing
the amount of llvm IR instantiated by roughly 32%
```
cargo llvm-lines -p arrow --lib | tee ../llvm-lines | sponge | head -30'
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]