mimalloc: A new, high-performance, scalable memory allocator for the modern era
At a glance Today’s critical services and applications are often highly concurrent, using hundreds of threads. They also operate at large memory scales, frequently hundreds of gigabytes, especially when using large language models. mimalloc is an open-source, modern, scalable memory allocator that is a drop-in replacement
Read more