⚙️ cpp
Memory Allocator Benchmark
Overview
Benchmarks different memory allocation methods in C++. malloc/free vs new/delete, fixed vs random allocation sizes.
Tech Stack
C++ CMake Docker
Key Highlights
- check_circle malloc/free vs new/delete
- check_circle constant vs random allocation sizes
- check_circle varied block sizes
- check_circle high-performance allocator benchmarks