This is the same Rust program first using the system allocator, and then using mimalloc. About 100MB of working set in both cases, just .. apparently it pilots the system allocator to some horrible behavior.
Obviously going to start using mimalloc from now on.
This is the same Rust program first using the system allocator, and then using mimalloc. About 100MB of working set in both cases, just .. apparently it pilots the system allocator to some horrible behavior.
Obviously going to start using mimalloc from now on.
Should be a few blog posts about it coming, once I make sure it isn't utterly terrible. It may be a while though, with that constraint.
Should be a few blog posts about it coming, once I make sure it isn't utterly terrible. It may be a while though, with that constraint.