Commit 4eae03c4209ad03be025daa4ee56d39c7ad24526
Update README.md
wanderer authored on 10/4/2017, 3:13:33 AMGitHub committed on 10/4/2017, 3:13:33 AM
Parent: 9ffaccce0fe84490e2adff9fef76b363274aa27c
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -4,10 +4,9 @@ | ||
4 | 4 … | |
5 | 5 … | [![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) |
6 | 6 … | |
7 | 7 … | # SYNOPSIS |
8 | - | |
9 | -[![Greenkeeper badge](https://badges.greenkeeper.io/dfinity/js-dfinity-radix-tree.svg)](https://greenkeeper.io/) | |
8 … | + | |
10 | 9 … | This implements a binary merkle radix tree. The point of using a binary radix |
11 | 10 … | tree is that it generates smaller proof size then trees with larger radixes. |
12 | 11 … | This tree is well suited for storing large dictonaries of fairly random keys. |
13 | 12 … | And is optimized for storing keys of the same length. If the keys are not |
Built with git-ssb-web