12 repos
High-performance memory allocation libraries and benchmarking tools for systems programming. This cluster covers specialized allocators like rpmalloc, mimalloc, Hoard, and Mesh—each optimized for different workloads (scalability, latency, fragmentation reduction)—along with benchmarking frameworks for comparing their performance characteristics. Most repos are low-level C implementations, with complementary work in C++ and one Rust implementation, reflecting the performance-critical nature of this domain.