360
Stars
47
Forks
MIT
License
Go
Language
2018-02-20
Last Update
2
Open Issues
Related in Data Structure and Algorithm Collections
- algorithms - Algorithms and data structures.CLRS study.
- go-datastructures - Collection of useful, performant, and thread-safe data structures.
- gods - Go Data Structures. Containers, Sets, Lists, Stacks, Maps, BidiMaps, Trees, HashSet etc.
- gostl - Data structure and algorithm library for go, designed to provide functions similar to C++ STL.
- 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.