Prefix hash tree

From zaoniao
Revision as of 09:48, 28 June 2019 by Admin (talk | contribs) (Created page with "{{#seo: |title= Prefix hash tree. All about cryptocurrency - zaoniaoWiki |keywords=Prefix hash tree, hash, tree, prefix, PHT, DHT, structure, blockchain, function |description...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A prefix hash tree (PHT) is a distributed data structure that enables more sophisticated queries over a distributed hash table (DHT). The prefix hash tree uses the lookup interface of a DHT to construct a trie-based data structure that is both efficient (updates are doubly logarithmic in the size of the domain being indexed), and resilient (the failure of any given node in a prefix hash tree does not affect the availability of data stored at other nodes).

External links

See also

Source

http://wikipedia.org/