21
Stars
2
Forks
MIT
License
Go
Language
2025-08-03
Last Update
2
Open Issues
Related in Iterators
- gloop - Convenient looping using Go's range-over-func feature.
- goterator - Iterator implementation to provide map and reduce functionalities.
- iter - Go implementation of C++ STL iterators and algorithms.
- 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.