The short version
A constant-time two-level segregated-fit allocator for constrained and real-time systems.
From the HackerLinks archive
A constant-time two-level segregated-fit allocator for constrained and real-time systems.
The short version
A constant-time two-level segregated-fit allocator for constrained and real-time systems.
Why it caught our attention
An implementer measured lower code size, consistent performance, and good fragmentation.
Where it surfaced on Hacker News
“fragmentation is just as good, performance is a lot more consistent (and on average better), for a significant reduction in code size.”
ncruces · recommendation · evaluated
Direct HN comment
Comparison of Malloc() Algorithms