Why it matters
Y-fast tries reduce vEB space to O(n). Rare in practice.
Advertisement
The architecture
x-fast trie + bucket per leaf.
Balanced BST inside bucket.
O(log log U) ops.
Advertisement
How it works end to end
Willard 1983.
O(log log U).
O(n) space.