File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1010# SYNOPSIS
1111This implements a binary merkle radix tree. The point of using a binary radix
1212tree 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 )
1617and the resulting state and proofs are generated using it.
1718
1819# INSTALL
You can’t perform that action at this time.
0 commit comments