mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
chore: correct description
This commit is contained in:
parent
8eb88d0203
commit
1fd356713e
@ -618,9 +618,8 @@ additional ordered map implementations.
|
|||||||
### Trees
|
### Trees
|
||||||
|
|
||||||
- [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.
|
||||||
- [m-way trie](https://github.com/SharedCode/sop) - Generic key-sorted map using M-Way Trie Algorithms(i.e. - load balanced B-Tree) under the hood. Does not use "pointers" thus, Garbage Collector
|
- [m-way trie](https://github.com/SharedCode/sop) - Generic key-sorted map using M-Way Trie Algorithms(i.e. - load balanced B-Tree) under the hood. Does not use "pointers" thus, Garbage Collector optimized.
|
||||||
- [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.
|
||||||
optimized.
|
|
||||||
- [skiplist](https://github.com/MauriceGit/skiplist) - Very fast Go Skiplist implementation.
|
- [skiplist](https://github.com/MauriceGit/skiplist) - Very fast Go Skiplist implementation.
|
||||||
- [skiplist](https://github.com/gansidui/skiplist) - Skiplist implementation in Go.
|
- [skiplist](https://github.com/gansidui/skiplist) - Skiplist implementation in Go.
|
||||||
- [treap](https://github.com/perdata/treap) - Persistent, fast ordered map using tree heaps.
|
- [treap](https://github.com/perdata/treap) - Persistent, fast ordered map using tree heaps.
|
||||||
|
Loading…
Reference in New Issue
Block a user