Add goradd maps.

This commit is contained in:
spekary 2022-04-10 21:23:49 -07:00 committed by Avelino
parent 05237b1039
commit b65ba4913e

View File

@ -559,6 +559,7 @@ additional ordered map implementations.
- [cmap](https://github.com/lrita/cmap) - a thread-safe concurrent map for go, support using `interface{}` as key and auto scale up shards.
- [dict](https://github.com/srfrog/dict) - Python-like dictionaries (dict) for Go.
- [goradd/maps](https://github.com/goradd/maps) - Go 1.18+ generic map interface for maps; safe maps; ordered maps; ordered, safe maps; etc.
### Miscellaneous Data Structures and Algorithms