We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DAT detail:
https://linux.thai.net/~thep/datrie/datrie.html
C :
https://github.com/omeid/libdatrie Java:
https://github.com/digitalstain/DoubleArrayTrie JS:
https://github.com/bramstein/datrie
compare with BTC merkle tree: https://bitcoin.org/en/developer-guide#term-merkle-tree
Eth patricia-tree: https://github.com/ethereum/wiki/wiki/Patricia-Tree
benchmark:
Insert | update | fetch | construct
Thanks for Robert, we find 3rd candidate here the hat-trie http://crpit.com/confpapers/CRPITV62Askitis.pdf
The text was updated successfully, but these errors were encountered:
I just post the benchmark from Robert and Sergiu here:
TrieImpl (default) implementation:
Insert duration: 9667ms Update duration: 10050ms Read duration: 761ms Delete duration: 7612ms
DAT implementation:
Insert duration: 6111ms Update duration: 1862ms Read duration: 555ms Delete duration: 1547ms*
Sorry, something went wrong.
No branches or pull requests
DAT detail:
https://linux.thai.net/~thep/datrie/datrie.html
C :
https://github.com/omeid/libdatrie
Java:
https://github.com/digitalstain/DoubleArrayTrie
JS:
https://github.com/bramstein/datrie
compare with
BTC merkle tree:
https://bitcoin.org/en/developer-guide#term-merkle-tree
Eth patricia-tree:
https://github.com/ethereum/wiki/wiki/Patricia-Tree
benchmark:
Insert | update | fetch | construct
Thanks for Robert, we find 3rd candidate here
the hat-trie
http://crpit.com/confpapers/CRPITV62Askitis.pdf
The text was updated successfully, but these errors were encountered: