 Hoard
 Hoard 
 Memory allocator
 An efficient and scalable memory allocator designed to improve application performance in multithreaded programs on multiprocessor machines.
The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.
1k stars
 64 watching
 130 forks
 
Language: C++ 
last commit: about 1 year ago 
Linked from   2 awesome lists  
  mallocmemory-allocationmemory-manager 
 Related projects:
| Repository | Description | Stars | 
|---|---|---|
|  | An allocator that efficiently handles memory allocation and deallocation in multithreaded environments. | 1,585 | 
|  | A high-performance memory allocator designed to be cross-platform and thread-safe. | 2,186 | 
|  | A memory allocator designed to provide hardening against heap corruption vulnerabilities and improve overall performance. | 1,313 | 
|  | Custom memory allocators in C++ to improve the performance of dynamic memory allocation | 1,769 | 
|  | A simple heap memory allocator implemented in C | 876 | 
|  | A C++ library providing a new, flexible memory allocation system | 1,499 | 
|  | A memory allocator that reduces memory footprint by compacting and managing memory fragmentation in C/C++ applications | 1,761 | 
|  | Memory allocation library for small, linear memory spaces | 777 | 
|  | A basic memory allocator based on a fixed block of memory with two stacks growing inward. | 0 | 
|  | A general-purpose memory allocator for the Zig programming language. | 24 | 
|  | A benchmarking tool for evaluating the performance of various memory allocation algorithms in different languages and configurations | 52 | 
|  | A simple buddy memory allocator suitable for applications requiring predictable allocation and deallocation behavior. | 155 | 
|  | Doug Lea's implementation of the core memory management algorithms used in C programming languages | 32 | 
|  | A benchmarking suite for evaluating memory allocation algorithms and their performance on different hardware platforms. | 390 | 
|  | A tiny general-purpose allocator targeting WebAssembly. | 83 |