From c8bf5cb29353976a2986b55d21feb49deec87d87 Mon Sep 17 00:00:00 2001 From: Nwillc Date: Mon, 9 May 2022 05:08:19 -0400 Subject: [PATCH] add genfuncs (#4217) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 473dc44c..6844baf9 100644 --- a/README.md +++ b/README.md @@ -567,6 +567,7 @@ additional ordered map implementations. - [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). - [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-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+.