Van emde boas layout — where it appears
Named by 2 essays across 2 fields — each of them below, with the objects they name alongside it.
The layout that is told nothing
A B-tree is built around a block size somebody looked up. The van Emde Boas layout is given neither the block size nor the memory size, and across seven block sizes spanning a factor of 64 it tracks the best structure that was told them. An algorithm with no parameters making a claim at every level of the hierarchy at once is a strange thing to be able to measure, and this is what it costs.
Two searches, one comparison count
Three arrangements of the same binary search tree over the same million keys, walking the same path, making the same twenty comparisons. One costs 15 block transfers, one costs 13, and one costs 3. Nothing about the algorithm differs between them — only where the nodes were put — and no counter this site had before this phase could tell them apart.
Named alongside it
The objects these essays reach for when they reach for this one.
Block transferCost modelB-treeBinary searchCache obliviousComparison countExternal-memory modelLocalityMemory hierarchyMemory layoutParameter choiceTree height