-
Notifications
You must be signed in to change notification settings - Fork 25
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
Fix cleanChild() algorithm #56
Labels
need/triage
Needs initial labeling and prioritization
Comments
rvagg
referenced
this issue
in rvagg/go-hamt-ipld
Aug 6, 2020
rvagg
referenced
this issue
in rvagg/go-hamt-ipld
Aug 6, 2020
rvagg
referenced
this issue
in rvagg/go-hamt-ipld
Aug 6, 2020
Merged
rvagg
referenced
this issue
in rvagg/go-hamt-ipld
Aug 6, 2020
rvagg
referenced
this issue
in rvagg/go-hamt-ipld
Aug 8, 2020
rvagg
referenced
this issue
in rvagg/go-hamt-ipld
Aug 8, 2020
rvagg
referenced
this issue
in rvagg/go-hamt-ipld
Aug 8, 2020
rvagg
referenced
this issue
in rvagg/go-hamt-ipld
Aug 8, 2020
rvagg
referenced
this issue
in rvagg/go-hamt-ipld
Aug 11, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pulling this out of a TODO attached to
cleanChild()
in #52 because I think it might be the most important thing to address with the current impl:This is more than just a perf improvement and needs to be addressed - either to prove that my concerns are wrong, or get the algorithm correct so it's not pushing beyond CHAMP invariants.
The text was updated successfully, but these errors were encountered: