Hacker News new | ask | show | jobs
by ozgrakkurt 299 days ago
Rust is bad at avoiding memory fragmentation in my experience.

If you use vanilla rust with global alloc everywhere then you will get fragmentation

You have to use nightly for custom allocators and implementing allocators and using them is super annoying still.