Comment on Battle of the MallocatorsComments−dallamaneni1yYes there is lots of evidence that jemalloc fares better in high concurrency applications.Fun fact, jemalloc was the default allocator for rust but was dropped off and use default system allocator to have smaller binary size
Comments
Yes there is lots of evidence that jemalloc fares better in high concurrency applications.
Fun fact, jemalloc was the default allocator for rust but was dropped off and use default system allocator to have smaller binary size