Skip to content

Commit f7a8ae8

Browse files
committed
add backlog to description
1 parent 2f3200d commit f7a8ae8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,7 @@ fmt.Println("hash of the trie:", h)
144144
|BenchmarkTrie_Put/ToEmptyTrie-4|3000000|524 ns/op|Put data to empty tree|
145145
|BenchmarkTrie_Update/FullTrie100000-4|1000000|3083 ns/op|Update data in the tree which have 100000 key/value pairs|
146146
|BenchmarkTrie_Update/EmptyTrie-4|2000000|674 ns/op|Update data in empty tree|
147+
148+
## Backlog
149+
150+
- Implement Database layer - need for store tree

0 commit comments

Comments
 (0)