mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
add genfuncs (#4217)
This commit is contained in:
parent
8240ed85dd
commit
c8bf5cb293
@ -567,6 +567,7 @@ additional ordered map implementations.
|
|||||||
- [conjungo](https://github.com/InVisionApp/conjungo) - A small, powerful and flexible merge library.
|
- [conjungo](https://github.com/InVisionApp/conjungo) - A small, powerful and flexible merge library.
|
||||||
- [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).
|
- [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/cocoonspace/fsm) - Finite-State Machine package.
|
- [fsm](https://github.com/cocoonspace/fsm) - Finite-State Machine package.
|
||||||
|
- [genfuncs](https://github.com/nwillc/genfuncs) - Go 1.18+ generics package inspired by Kotlin's Sequence and Map.
|
||||||
- [go-geoindex](https://github.com/hailocab/go-geoindex) - In-memory geo index.
|
- [go-geoindex](https://github.com/hailocab/go-geoindex) - In-memory geo index.
|
||||||
- [go-rquad](https://github.com/aurelien-rainone/go-rquad) - Region quadtrees with efficient point location and neighbour finding.
|
- [go-rquad](https://github.com/aurelien-rainone/go-rquad) - Region quadtrees with efficient point location and neighbour finding.
|
||||||
- [go-tuple](https://github.com/barweiss/go-tuple) - Generic tuple implementation for Go 1.18+.
|
- [go-tuple](https://github.com/barweiss/go-tuple) - Generic tuple implementation for Go 1.18+.
|
||||||
|
Loading…
Reference in New Issue
Block a user