diff --git a/README.md b/README.md index 3ab96c7399..d8e03d63eb 100644 --- a/README.md +++ b/README.md @@ -586,6 +586,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. +- [go-shelve](https://github.com/lucmq/go-shelve) - A persistent, map-like object for the Go programming language. Supports multiple embedded key-value stores. - [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