52
Stars
3
Forks
MIT
License
Go
Language
2026-01-07
Last Update
1
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.
- 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).