Concept

Pointer chasing — where it appears

Reaching data by following a stored address to an arbitrary place in memory, as a linked list or a tree of separate nodes does. Each hop is likely a cache miss, so a structure that reads few entries can still be slow if every entry is a pointer away.

Named by 2 essays across 2 fields — each of them below, with the objects they name alongside it.

Named alongside it

The objects these essays reach for when they reach for this one.

CacheLocalityMemory layoutMiss rateAdjacencyAdjacency listChained hashingCSR (compressed sparse row)Cuckoo hashingHash tableLinear probingLoad factor

All concepts