Hacker News new | ask | show | jobs
by saagarjha 2390 days ago
With memory management, the question is often when and how to release resources, not how to get untyped memory from the operating system.
1 comments

Sure, but in Rust, the programmer writes code that calls malloc manually, which is completely different from Java.