Hacker News new | ask | show | jobs
by agumonkey 2674 days ago
Curious about memory usage too
1 comments

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.
Naively I thought Java data model was inherently more demanding than Rust but .. I never read about Rust memory layouts.