Y
Hacker News
new
|
ask
|
show
|
jobs
by
pshc
615 days ago
In modern times I seldom reach for a linked list... cache friendly data structures almost always win.
1 comments
dist1ll
615 days ago
Yup. Almost every DS in my compiler is either an array or a hashmap.
link