Awesome Go

Maps

6 libraries in Data Structures and Algorithms / Maps

cmap

a thread-safe concurrent map for go, support using `interface{}` as key and auto scale up shards

Data Structures and AlgorithmsMaps
dict

Python-like dictionaries (dict) for Go

Data Structures and AlgorithmsMaps
go-shelve

A persistent, map-like object for the Go programming language. Supports multiple embedded key-value stores

Data Structures and AlgorithmsMaps
goradd/maps

Go 1.18+ generic map interface for maps; safe maps; ordered maps; ordered, safe maps; etc

Data Structures and AlgorithmsMaps
concurrent-swiss-map

A high-performance, thread-safe generic concurrent hash map implementation with Swiss Map

Data Structures and AlgorithmsMaps
hmap

HMap is a concurrent and secure, generic support Map implementation designed to provide an easy-to-use API

Data Structures and AlgorithmsMaps