Hacker News new | ask | show | jobs
by MathMonkeyMan 529 days ago
Which pool operation is made more costly by the linked list? Both allocate and free are constant time, and trivial too.

The only thing that I can imagine being faster is a bump allocator, but that precludes free.