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
Made some improvements, rebuild times are acceptable up to 1k cvars.
Waiting for offset_of to to stabilized so we can reasonably support up to 10k cvars (the library alternatives are much, much slower than the built-in version): rust-lang/rust#106655
Switch to a hashmap or trie for storing the strings, the generated match is huge:
cargo llvm-lines
:and render_viewport is a huge 700 line function.
Maybe llvm lines are not the best metric but it absolutely does add a lot to compile times (test with SetGetDummy)
The text was updated successfully, but these errors were encountered: