Hacker News new | ask | show | jobs
by bitwize 1298 days ago
The simplest data structure there is (aside from scalars) is the array or vector.

Which you should be using anyway instead of linked lists so you don't blow up your cache.