Hacker News new | ask | show | jobs
by btilly 1801 days ago
A linked list needs a pointer for every piece of data. If the data is small, this will also be a 2-fold memory impact. Plus impacts on cache coherency.