←back to thread

164 points undercut | 2 comments | | HN request time: 0.408s | source
1. pshc ◴[] No.41863936[source]
In modern times I seldom reach for a linked list... cache friendly data structures almost always win.
replies(1): >>41864638 #
2. dist1ll ◴[] No.41864638[source]
Yup. Almost every DS in my compiler is either an array or a hashmap.