Hacker News new | ask | show | jobs
by devmunchies 1320 days ago
That is removing an item at N index, right? (that's why it talking about iterators?) Linked lists are only fast at append/pop with the first node.