Y
Hacker News
new
|
ask
|
show
|
jobs
by
agumonkey
2674 days ago
Curious about memory usage too
1 comments
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.
link
agumonkey
2673 days ago
Naively I thought Java data model was inherently more demanding than Rust but .. I never read about Rust memory layouts.
link