Hoard
memory-allocators
Hoard | memory-allocators | |
---|---|---|
1 | 2 | |
1,114 | 1,760 | |
- | - | |
2.3 | 0.0 | |
4 months ago | 7 months ago | |
C++ | C++ | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Hoard
-
How do applications request for RAM from the CPU?
Hoard by Emery Berger
memory-allocators
-
Books to better understand memory allocation.
Read up on Custom Allocator Strategies GitHub - mtrebi/memory-allocators: Custom memory allocators in C++ to improve the performance of dynamic memory allocation
- A nice collection of C++ based memory Allocators with detailed documentation
What are some alternatives?
mimalloc - mimalloc is a compact general purpose allocator with excellent performance.
memory - STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.
jemalloc
rmm - RAPIDS Memory Manager
rpmalloc - Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C
mlaas - Simply the best way to instill a sense of urgency within your engineering team.
Heap-Layers - Heap Layers: An Extensible Memory Allocation Infrastructure
Memory-Allocators - A set of custom memory allocators
tbb - oneAPI Threading Building Blocks (oneTBB) [Moved to: https://github.com/oneapi-src/oneTBB]
c-allocators - A collection of public domain single-file custom allocators for C/C++
RTSHA - Real Time Safety Heap Allocator
hardened_malloc - Hardened allocator designed for modern systems. It has integration into Android's Bionic libc and can be used externally with musl and glibc as a dynamic library for use on other Linux-based platforms. It will gain more portability / integration over time.