alloc-test

Allocator tests

Cross-platform benchmarking for memory allocators

Cross-platform benchmarking for memory allocators, aiming to be as close to real world as it is practical

GitHub

44 stars
10 watching
12 forks
Language: C++
last commit: almost 6 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
mtrebi/memory-allocators Custom memory allocators in C++ to improve the performance of dynamic memory allocation 1,769
thi-ng/tinyalloc Memory allocation library for small, linear memory spaces 777
ccareaga/heap_allocator A simple heap memory allocator implemented in C 876
mjansson/rpmalloc A high-performance memory allocator designed to be cross-platform and thread-safe. 2,186
microsoft/snmalloc An allocator that efficiently handles memory allocation and deallocation in multithreaded environments. 1,585
samsaffron/allocator_bench A benchmarking tool for evaluating the performance of various memory allocation algorithms in different languages and configurations 52
linusu/buffer-alloc Provides an alternative implementation of the Buffer.alloc function 12
snaipe/criterion A cross-platform unit testing framework with C and C++ support 2,048
foonathan/memory A C++ library providing a new, flexible memory allocation system 1,499
daanx/mimalloc-bench A benchmarking suite for evaluating memory allocation algorithms and their performance on different hardware platforms. 390
thekvs/cpp-serializers Compares performance of various data serialization libraries in C++ 731
izhido/test262_harness_cpp A C++ test harness for the Official ECMAScript Conformance Test Suite. 3
p-ranav/criterion A microbenchmarking library for measuring performance of C++ code 212
nlguillemot/live_reload_test Demonstrates live reloading of C++ code during development and testing 14
sheredom/utest.h A single header unit testing framework for C and C++ 853