eejbyfeldt commented on issue #13277: URL: https://github.com/apache/datafusion/issues/13277#issuecomment-2463139903
I think it my be worth running some tests with thin lto (https://doc.rust-lang.org/cargo/reference/profiles.html#lto) if it can deliver the promised > "thin": Performs [“thin” LTO](http://blog.llvm.org/2016/06/thinlto-scalable-and-incremental-lto.html). This is similar to “fat”, but takes substantially less time to run while still achieving performance gains similar to “fat”. the it seems like it would be a good solution. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
