Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
bjourne
on Sept 18, 2017
|
parent
|
context
|
favorite
| on:
A simple heap memory allocator in about 230 lines ...
Most memory managers worth their salt tend to cache commonly used sizes, that's why tree accesses aren't on the fast path.
I have now looked at Hoard. It does use std::map which is indeed a red-black tree.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
I have now looked at Hoard. It does use std::map which is indeed a red-black tree.