Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

~20% speed-up to Rust incremental builds #24

Open
kapilsinha opened this issue Apr 13, 2024 · 0 comments
Open

~20% speed-up to Rust incremental builds #24

kapilsinha opened this issue Apr 13, 2024 · 0 comments

Comments

@kapilsinha
Copy link

I saw Gattaca takes on multiple crypto trading projects, and I assume several in Rust. Is compile time (and related dev productivity) an issue?

I have forked & modified the Rust compiler. My modded compiler can cache proc macro expansion; as you know, heavy proc macro dependencies impact compilation time and cause lags in rust-analyzer (in VSCode). I have written about my modifications at https://www.coderemote.dev/blog/faster-rust-compiler-macro-expansion-caching/ , and also created speed-ups for a few other teams like vector (vectordotdev/vector#19930). Would love to chat if you see value here!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant