/allocators_benchmarks

Primary LanguageC++Apache License 2.0Apache-2.0

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