Hacker News new | ask | show | jobs
by ben-schaaf 529 days ago
I don't think you understand how the allocator in the article works. Allocating and freeing are already O(1), creating and closing the allocator are necessarily O(n). There is no search being done here.