Hacker News new | ask | show | jobs
by bluejekyll 2673 days ago
I think the best way to look at it is that memory usage becomes predictable and GC pause free. An application of similar scale and implementation between Java and Rust won't necessarily use less memory when in Rust.
1 comments

Naively I thought Java data model was inherently more demanding than Rust but .. I never read about Rust memory layouts.