Your Rust Service Isn't Leaking — It Could Be the Allocator

11 points by robey


robey

Old-timers will be unsurprised that it's hard to get 100% memory efficiency, but I was interested to see how each allocator behaved differently over time, and that jemalloc is apparently doing something that mimalloc is not.

lonjil

I wonder how snmalloc compares. I might test it later this week when I have time.