Y
Hacker News
new
|
ask
|
show
|
jobs
by
ZirconiumX
2484 days ago
Which is why you implement a doubly linked list using data indices in a Vec<Node>. The resulting data structure is fully safe and resembles an ECS.
1 comments
dmitrygr
2484 days ago
And features an extra level of indirection for your CPU's dcache prefetch predictor to trip over
link