Y
Hacker News
new
|
ask
|
show
|
jobs
by
delamon
186 days ago
> Storing the data in nodes doesn't work if the given structure may need to be in multiple linked lists
That is why kernel mostly (always?) uses intrusive linked lists. They have no such problem.