Optimizing Rust Performance with jemalloc

What is jemalloc?
jemalloc is a modern memory allocator originally developed by Jason Evans for FreeBSD. Compared to traditional malloc, jemalloc was designed from the outset to reduce memory...