Comment on Indices, not PointersparentComments−astrange1yIndices can be much smaller than pointers (which are 8 bytes), so they have plenty of cache advantages of their own which can make up for that.
Comments
Indices can be much smaller than pointers (which are 8 bytes), so they have plenty of cache advantages of their own which can make up for that.