Prefix hash tree


A prefix hash tree is a distributed data structure that enables more sophisticated queries over a distributed hash table. The prefix hash tree uses the lookup interface of a DHT to construct a trie-based data structure that is both efficient, and resilient.