Hacker News new | past | comments | ask | show | jobs | submit login

Pool allocation only addresses one of the problems with linked list; it still leaves you chasing pointers to iterate, it still decreases locality, and it still adds 4-16 bytes to every element in the container.

Meanwhile: you aren't really saying most people use pool-allocated lists, right? I see people hand-hacking malloc'd lists all the time. I rarely see custom pool allocators. It's what people were taught to do.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: