Hacker News new | ask | show | jobs
by steveklabnik 1102 days ago
Just to be clear, you can absolutely do arena allocation and soa in Rust.
1 comments

In Rust you have convenient escape hatch with a default allocator. It's similar to say "you can do safe applications using C or C++".