Hacker News new | ask | show | jobs
by gsg 5026 days ago
Given a pointer to an object, remove from an intrusive list is three memory accesses: only tiny vectors will give faster operations than that.

Insertion favors intrusive lists even more: allocation and copy free!