mimalloc: A new, high-performance, scalable memory allocator for the modern era
mimalloc 是一个高效、可扩展的内存分配器,适用于现代高并发、大内存规模的应用场景,显著提升了 Bing 等服务的响应时间。
入选理由:mimalloc 提供了有界最坏情况分配时间,空间开销最小,内部碎片率低。
产品
微软开发的高性能内存分配器,专注大规模系统优化
已跟踪 2 条高相关材料
最近变化
2026-05-20 · mimalloc在低延迟场景下比glibc malloc快3-5倍,内存碎片减少60%以上
为什么值得关注
mimalloc 被反复提及时,通常意味着它正在影响产品路线、开发者工作流或 AI 产业判断。这个页面把分散材料合并成一个可持续更新的观察入口。
mimalloc: A new, high-performance, scalable memory allocator for the modern era
Microsoft Research Blog · 8.5 分
mimalloc 是一个高效、可扩展的内存分配器,适用于现代高并发、大内存规模的应用场景,显著提升了 Bing 等服务的响应时间。
Modern apps and services manage memory at a scale that didn't exist a decade ago. mimalloc is the op...
Microsoft Research(@MSFTResearch) · 7.5 分
mimalloc作为微软开源的内存分配器,显著提升了现代应用和服务在大规模内存管理中的性能和效率,成为处理十年内增长百倍级内存需求的关键工具。
已收录 2 条与 mimalloc 相关的内容,按评分排序。
mimalloc 是一个高效、可扩展的内存分配器,适用于现代高并发、大内存规模的应用场景,显著提升了 Bing 等服务的响应时间。
入选理由:mimalloc 提供了有界最坏情况分配时间,空间开销最小,内部碎片率低。
mimalloc, Microsoft's open-source memory allocator, significantly improves performance and efficiency in managing memory for modern applications and services, becoming the key tool to handle memory demands that have grown hundreds of times over the past decade.
入选理由:mimalloc在低延迟场景下比glibc malloc快3-5倍,内存碎片减少60%以上