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
44 stars
10 watching
12 forks
Language: C++
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mtrebi/memory-allocators | Custom memory allocators in C++ to improve the performance of dynamic memory allocation | 1,755 |
thi-ng/tinyalloc | Memory allocation library for small, linear memory spaces | 778 |
ccareaga/heap_allocator | A simple heap memory allocator implemented in C | 873 |
mjansson/rpmalloc | A high-performance memory allocator designed to be cross-platform and thread-safe. | 2,164 |
microsoft/snmalloc | An optimized memory allocator with support for concurrent allocations and efficient batch deallocations. | 1,576 |
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,042 |
foonathan/memory | A C++ library providing a new, flexible memory allocation system | 1,497 |
daanx/mimalloc-bench | A benchmarking suite for evaluating memory allocation algorithms and their performance on different hardware platforms. | 375 |
thekvs/cpp-serializers | Compares performance of various data serialization libraries in C++ | 730 |
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 | 211 |
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++ | 845 |