-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add multi trie management and update of the documentation * Uncomment trie log test * Fix clippy and batch db writes * Format * Re-ignore doc test * Add function to init tree * Fix a bug in deletion of keys * Remove dead code * Add new way to merge parent branch * Fix double merge in deletion * Update build * Fix bad preload nodes * Fix last deletion issue * Fix clippy * Add more test and fix a special case in deletion * Fix don't traverse when key doesn't exists * Fix issue binary as a last node * Format * Add rayon support for hash calculation * Format * Fix clippy warnings * Add verification to not load trie for nothing * Fix no std * Add get keys and improve iteration on changes * Remove misleading function and add a constructor for triekey * Fix no std
- Loading branch information
1 parent
3146910
commit 8ecf0c6
Showing
13 changed files
with
1,495 additions
and
420 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.