mimalloc: A new, high-performance, scalable memory allocator for the modern era
Microsoft Research releases mimalloc, a scalable, open-source memory allocator.
mimalloc is a drop-in replacement for malloc/free with low fragmentation, bounded allocation times, and minimal contention. It's designed for high-concurrency environments and large memory scales, with ~12K lines of code and easy integration. Ideal for applications like large language models.