From 2db6067f64facf82788213fd47cb08d5e53d7440 Mon Sep 17 00:00:00 2001 From: Shannon Date: Thu, 7 Apr 2022 19:35:50 -0700 Subject: [PATCH] Removing merkletree: (#4126) * Removing merkletree: - Last commit is 3 years ago - Project is still in alpha and not progressing - Open issues and pull requests are not being responded to - Has no code coverage report * Removing merkletree --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8c78ab2e..5ba92b02 100644 --- a/README.md +++ b/README.md @@ -612,7 +612,6 @@ additional ordered map implementations. - [hashsplit](http://github.com/bobg/hashsplit) - Split byte streams into chunks, and arrange chunks into trees, with boundaries determined by content, not position. - [merkle](https://github.com/bobg/merkle) - Space-efficient computation of Merkle root hashes and inclusion proofs. -- [merkletree](https://github.com/cbergoon/merkletree) - Implementation of a merkle tree providing an efficient and secure verification of the contents of data structures. - [skiplist](https://github.com/MauriceGit/skiplist) - Very fast Go Skiplist implementation. - [skiplist](https://github.com/gansidui/skiplist) - Skiplist implementation in Go. - [treap](https://github.com/perdata/treap) - Persistent, fast ordered map using tree heaps.