Hacker News new | ask | show | jobs
by munificent 55 days ago
> It gives you explicit control over memory layout of data structures

Some with structs, yes. But overall it doesn't give you much control over where things up in memory once references get involved compared to C, C++, or Rust.