5 ms·
Not majorly odd, just an area I thought Rust would be hot on when it comes to performance...
by bencyoung 11mo ago
Not majorly odd, just an area I thought Rust would be hot on when it comes to performance...
- neonsunset 11mo agoIt is atypical for otherwise mainly high-level languages to have this. Moreover, C# and F# get this through completely independent work runtime libraries and RyuJIT, not by being lazy and having LLVM do everything which is also why Go and Java are so so far behind in this area.