C++ allocators benchmarks A few simple micro-benchmarks for custom allocators Build and run mkdir build_release && cd build_release cmake .. -DCMAKE_BUILD_TYPE=Release make -j8 ./benchmarks