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:
Bob Glickstein 2026-03-01 09:16:10 -08:00 committed by GitHub
parent d1cdfff7e4
commit 106d892798
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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