Hacker News new | ask | show | jobs
by klodolph 1189 days ago
I'm thinking more about the places where people care about performance, since accessing a T[] is faster than accessing a List<T> (less indirection).