Hacker News new | ask | show | jobs
by MrCroxx 425 days ago
Agreed. Intrusive data structures are good for implementing multi-container data structures with lower allocation overhead. And they are widely used than expected. E.g. LRU is a classic multi-container problem.