mimalloc: A new, high-performance, scalable memory allocator for the modern era
mimalloc is a new open-source memory allocator for enhanced performance. It offers a drop-in replacement for standard malloc/free, providing bounded allocation times, low overhead, and minimal contention for AI development.