Skip to content

Commit

Permalink
update readme (ava-labs#2644)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Laine authored Mar 2, 2023
1 parent e006d69 commit c09d847
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x/merkledb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
- [ ] Consider allowing a child view to commit into a parent view without committing to the base DB.
- [ ] Allow concurrent reads into the trieview.
- [ ] Remove special casing around the root node from the physical structure of the hashed tree.
- [ ] Remove the implied prefix from the `dbNode`'s `child`
- [ ] Fix intermediate node eviction panic when encountering errors
- [ ] Analyze performance impact of needing to skip intermediate nodes when generating range and change proofs
- [ ] Consider moving nodes with values to a separate db prefix
- [ ] Replace naive concurrent hashing with a more optimized implementation
Expand Down

0 comments on commit c09d847

Please sign in to comment.