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 2021/01/14 22:12:43 UTC

[GitHub] [arrow] Dandandan commented on pull request #9206: ARROW-11254: [Rust][DataFusion] Add SIMD and snmalloc flags as options to benchmarks

Dandandan commented on pull request #9206:
URL: https://github.com/apache/arrow/pull/9206#issuecomment-760508710


   A further option that can have bigger impact is by adding 
   ```
   [profile.release]
   lto = true
   ```
   
   to the project using DataFusion. But I am not sure if we can conditionally enable this (also it makes the build times very slow, but I think it makes sense to use for distributed binaries).


----------------------------------------------------------------
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.

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