2010YOUY01 commented on issue #17701: URL: https://github.com/apache/datafusion/issues/17701#issuecomment-3328052682
I tried to implement a benchmark to help experimenting similar optimizations to speed up compilation https://github.com/apache/datafusion/actions/runs/17975712064/job/51128619610?pr=17754. This change seems not significant for full builds (see `dev` v.s. `ci`) ``` Summary Profile Compile Run Size --------------------------------------------------- dev 67.30s 10.17s 213.3MB release 476.18s 0.87s 53.6MB ci 64.85s 6.89s 172.4MB release-nonlto 150.25s 0.95s 104.2MB ``` Though the benchmark cannot measure incremental build speed, I think it's important for the developer experience. Perhaps we can manually test how much it speeds up incremental builds and update the documentation accordingly. -- 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]
