mirror of
https://github.com/avelino/awesome-go.git
synced 2026-04-11 14:21:47 +08:00
Add github.com/bobg/combo (combinatorial operations library). (#5984)
* Add github.com/bobg/combo (combinatorial operations library). * Remove concurrent-writer and count-min-log.
This commit is contained in:
parent
d1cdfff7e4
commit
106d892798
@ -617,6 +617,7 @@ additional ordered map implementations.
|
||||
|
||||
### Miscellaneous Data Structures and Algorithms
|
||||
|
||||
- [combo](https://github.com/bobg/combo) - Combinatorial operations including permutations, combinations, and combinations-with-replacement.
|
||||
- [concurrent-writer](https://github.com/free/concurrent-writer) - Highly concurrent drop-in replacement for `bufio.Writer`.
|
||||
- [count-min-log](https://github.com/seiflotfy/count-min-log) - Go implementation Count-Min-Log sketch: Approximately counting with approximate counters (Like Count-Min sketch but using less memory).
|
||||
- [FSM](https://github.com/enetx/fsm) - FSM for Go.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user