KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
level-merkle
★ 26
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
semantic-ssh-key
:
Semantic SSH RSA keys
Websocket-Pomelo
:
Websocket-Pomelo
RedGreen
:
RedGreen is an extension library for SenTestKit that makes the test output easier to parse by humans.
ZF1-Bridge
:
PHP-DI integration with Zend Framework 1
vim-mipssyntax
:
MIPS Syntax file
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
level-merkle
?
Download (.md)
# level-merkle merkle tree replication. [ ](https://travis-ci.org/dominictarr/level-merkle) [ ](http://ci.testling.com/dominictarr/level-merkle) ## Synopsis Use [merkle-trees](http://en.wikipedia.org/wiki/Merkle_tree) to replicate data sets. Data must be sets, and currently, deletes are not supported. ## rewrite planned After writing this, i realized [many things](https://gist.github.com/dominictarr/5990143), and plan to rewrite this module - possibly decoupling from level, but at least, creating the tree from an inorder stream of hashes. This will gain the ability to replicate arbitary subsets. ## License MIT