-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
feat(hamt): diff and merge implementation #94
Merged
Merged
Commits on Dec 8, 2022
-
- lean diff method that focuses on the tree - exhaustive diff that holds a copy of changed key value pairs
Configuration menu - View commit details
-
Copy full SHA for b5fa0c8 - Browse repository at this point
Copy the full SHA b5fa0c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43304fd - Browse repository at this point
Copy the full SHA 43304fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for f413d16 - Browse repository at this point
Copy the full SHA f413d16View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc2a592 - Browse repository at this point
Copy the full SHA fc2a592View commit details
Commits on Dec 11, 2022
-
- Add some docs - Not satisfied with the proptests yet
Configuration menu - View commit details
-
Copy full SHA for 28b25d4 - Browse repository at this point
Copy the full SHA 28b25d4View commit details
Commits on Dec 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f2caa37 - Browse repository at this point
Copy the full SHA f2caa37View commit details
Commits on Dec 13, 2022
-
- Implement merge for `Node<k, V, H>` - Add more proptests, unittests and docs
Configuration menu - View commit details
-
Copy full SHA for 4ae3319 - Browse repository at this point
Copy the full SHA 4ae3319View commit details
Commits on Dec 15, 2022
-
- Remove hashbrown crate Co-authored-by: Philipp Krüger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e1129c - Browse repository at this point
Copy the full SHA 0e1129cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6281838 - Browse repository at this point
Copy the full SHA 6281838View commit details
Commits on Dec 21, 2022
-
- Simplify tests - UnwrapOrClone trait - Prefer once_cell - Remove depth param from diff
Configuration menu - View commit details
-
Copy full SHA for 42266cc - Browse repository at this point
Copy the full SHA 42266ccView commit details -
Remove version checks and so on
- Remove version checks in hamt - CHange HashKey to HashPrefix
Configuration menu - View commit details
-
Copy full SHA for 22622fa - Browse repository at this point
Copy the full SHA 22622faView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.