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
This commit is contained in:
Shannon 2022-04-07 19:26:51 -07:00 committed by GitHub
parent 0adad14e39
commit f3befd3255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.