Skip to content

Commit b988ed5

Browse files
author
wanderer
authored
Update README.md
1 parent 75e5483 commit b988ed5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
# SYNOPSIS
1111
This implements a binary merkle radix tree. The point of using a binary radix
1212
tree is that it generates smaller proof size then trees with larger radixes.
13-
This tree is well suited for storing large dictonaries of fairly random keys. If
14-
the keys are not random better performance can be achived by hashing them first.
15-
It builds on top of [ipld-graph-builder](https://github.com/ipld/js-ipld-graph-builder)
13+
This tree is well suited for storing large dictonaries of fairly random keys.
14+
And is optimized for storing keys of the same length. If the keys are not
15+
random better performance can be achived by hashing them first.It builds on
16+
top of [ipld-graph-builder](https://github.com/ipld/js-ipld-graph-builder)
1617
and the resulting state and proofs are generated using it.
1718

1819
# INSTALL

0 commit comments

Comments
 (0)