Multithreaded Memory Allocators for C/C++
I’ve used tcmalloc and read about Hoard. Both have similar implementations and both achieve roughly linear performance scaling with respect to the number of threads/CPUs (according to the graphs on their respective sites). So: if performance is really that incredibly crucial, then do performance/load testing. Otherwise, just roll a dice and pick one of the … Read more