You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: