Extendible hashing

Extendible hashing is a type of hash system which treats a hash as a bit string and uses a trie for bucket lookup. Because of the hierarchical nature of the system, re-hashing is an incremental operation (done one bucket at a time, as needed).

Source: Wikipedia — Extendible hashing (CC BY-SA 4.0)

Extendible hashing

Extendible hashing is a type of hash system which treats a hash as a bit string and uses a trie for bucket lookup. Because of the hierarchical nature of the system, re-hashing is an incremental operation (done one bucket at a time, as needed).

Source: Wikipedia "Extendible hashing" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy