89
Stars
5
Forks
MIT
License
Go
Language
2023-02-08
Last Update
3
Open Issues
Related in Maps
- cmap - a thread-safe concurrent map for go, support using interface{} as key and auto scale up shards.
- concurrent-swiss-map - A high-performance, thread-safe generic concurrent hash map implementation with Swiss Map.
- dict - Python-like dictionaries (dict) for Go.
- go-shelve - A persistent, map-like object for the Go programming language. Supports multiple embedded key-value stores.
- goradd/maps - Go 1.18+ generic map interface for maps; safe maps; ordered maps; ordered, safe maps; etc.
- hmap - HMap is a concurrent and secure, generic support Map implementation designed to provide an easy-to-use API.
- concurrent-writer - Highly concurrent drop-in replacement for bufio.Writer.
- count-min-log - Go implementation Count-Min-Log sketch: Approximately counting with approximate counters (Like Count-Min sketch but using less memory).
- genfuncs - Go 1.18+ generics package inspired by Kotlin's Sequence and Map.
- go-generics - Generic slice, map, set, iterator, and goroutine utilities.