mirror of
https://github.com/avelino/awesome-go.git
synced 2025-02-07 04:58:41 +00:00
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:
parent
0adad14e39
commit
f3befd3255
@ -610,7 +610,6 @@ additional ordered map implementations.
|
|||||||
|
|
||||||
### Trees
|
### 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.
|
- [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.
|
- [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.
|
- [merkletree](https://github.com/cbergoon/merkletree) - Implementation of a merkle tree providing an efficient and secure verification of the contents of data structures.
|
||||||
|
Loading…
Reference in New Issue
Block a user