Maps - Awesome Go
See also Database for more complex key-value stores, and Trees for additional ordered map implementations.
Sponsorships
Quit struggling with scattered API keys and access controls.
Work from anywhere in the world with top tech companies like Riot Games, Coinbase, and Google.
- cmap - a thread-safe concurrent map for go, support using interface{} as key and auto scale up shards.
- dict - Python-like dictionaries (dict) for Go.
- goradd/maps - Go 1.18+ generic map interface for maps; safe maps; ordered maps; ordered, safe maps; etc.