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

If you want to iterate through your objects without some external mean to track the live objects (like an embedded next pointer in the object itself), then the swap and pop idiom is a better solution (iterating via indexing is going to be significantly faster than following the next pointers).



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

Search: