From f3befd32552430e5b4be7f1fbef248acb0a265eb Mon Sep 17 00:00:00 2001 From: Shannon Date: Thu, 7 Apr 2022 19:26:51 -0700 Subject: [PATCH] Removing skiplist: (#4125) * Removing skiplist: - Last commit was 7 years ago - There are open issues with bug reports - Author appears to have abandoned the project - Does not conform to current awesome-go standards * Removing skiplist --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0fb11d5e..8c78ab2e 100644 --- a/README.md +++ b/README.md @@ -610,7 +610,6 @@ additional ordered map implementations. ### Trees -- [goskiplist](https://github.com/ryszard/goskiplist) - Skip list implementation in Go. - [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.