Bound memory usage #9
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For the bound on memory usage described in the ART paper, we need to maintain the following invariants.
21 children (let's defer implementing min 2 children since that turns out to be difficult)I think the exact numbers of minimum children could be flexible based on the actual size of our nodes. We can redo the analysis and tinker if we want. We could even come up with a test property asserting bounded memory usage.