We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f3200d commit f7a8ae8Copy full SHA for f7a8ae8
README.md
@@ -144,3 +144,7 @@ fmt.Println("hash of the trie:", h)
144
|BenchmarkTrie_Put/ToEmptyTrie-4|3000000|524 ns/op|Put data to empty tree|
145
|BenchmarkTrie_Update/FullTrie100000-4|1000000|3083 ns/op|Update data in the tree which have 100000 key/value pairs|
146
|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