(no title)
zoogeny | 6 months ago
One frequent reason to use an array is to iterate the items. In those cases, non-contiguous memory layout is not ideal.
zoogeny | 6 months ago
One frequent reason to use an array is to iterate the items. In those cases, non-contiguous memory layout is not ideal.
dhooper|6 months ago
2. iterating a 4 billion item segmented array would have 26 cache misses. Not a big deal.
teo_zero|6 months ago
forrestthewoods|6 months ago