memory-allocator

Tag

Cards List
#memory-allocator

Pony's Arena Allocator

Lobsters Hottest · yesterday Cached

The article describes a new arena allocator for the Pony language that addresses memory growth and performance issues found during stress testing, with a design inspired by snmalloc.

0 favorites 0 likes
#memory-allocator

Your Rust Service Isn't Leaking — It Could Be the Allocator

Lobsters Hottest · 2026-07-07 Cached

This article describes a debugging journey where a Rust service's memory remained high under load despite no leaks, due to glibc's ptmalloc allocator not releasing freed memory back to the OS. It explains the allocator behavior and provides insights for Rust developers.

0 favorites 0 likes
#memory-allocator

mimalloc: A new, high-performance, scalable memory allocator for the modern era

Lobsters Hottest · 2026-06-03 Cached

mimalloc is an open-source, high-performance, scalable memory allocator that serves as a drop-in replacement for malloc and free. Designed for modern highly concurrent applications and large memory scales, it is used in major services like Bing and integrated into projects such as NoGIL CPython and Unreal Engine.

0 favorites 0 likes
← Back to home

Submit Feedback