allocator_bench
Memory allocator benchmark
A benchmarking tool for evaluating the performance of various memory allocation algorithms in different languages and configurations
bench of various memory allocators
52 stars
2 watching
5 forks
Language: Ruby
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
samsaffron/memory_profiler | A memory profiler for Ruby applications. | 1,712 |
mjansson/rpmalloc | A high-performance memory allocator designed to be cross-platform and thread-safe. | 2,172 |
microsoft/snmalloc | An optimized memory allocator with support for concurrent allocations and efficient batch deallocations. | 1,576 |
daanx/mimalloc-bench | A benchmarking suite for evaluating memory allocation algorithms and their performance on different hardware platforms. | 375 |
emeryberger/hoard | An efficient and scalable memory allocator designed to improve application performance in multithreaded programs on multiprocessor machines. | 1,106 |
foonathan/memory | A C++ library providing a new, flexible memory allocation system | 1,497 |
mtrebi/memory-allocators | Custom memory allocators in C++ to improve the performance of dynamic memory allocation | 1,755 |
devexperts/aprof | Tools to analyze memory allocation in Java applications with minimal performance impact | 220 |
dbandstra/zig-hunk | A basic memory allocator based on a fixed block of memory with two stacks growing inward. | 0 |
ruby-prof/ruby-prof | A tool to analyze and understand the performance of Ruby applications | 2,004 |
node-dot-cpp/alloc-test | Cross-platform benchmarking for memory allocators | 44 |
suirad/seal | An allocator wrapper with leak detection capabilities | 6 |
mdsteele/ziegfried | A general-purpose memory allocator for the Zig programming language. | 24 |
mosteo/sancta | A library for managing task allocation in multi-robot systems using simulated annealing | 1 |
ccareaga/heap_allocator | A simple heap memory allocator implemented in C | 873 |