golang-collections / collectionsLinks
☆243Updated 3 years ago
Alternatives and similar repositories for collections
Users that are interested in collections are comparing it to the libraries listed below
Sorting:
- An example of using Go gRPC and tools from the greater gRPC ecosystem together with the GoGo Protobuf Project.☆454Updated 3 years ago
- go datastructures using generics☆105Updated 8 years ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆404Updated last year
- Bunch of examples for dealing with the reflect package☆572Updated 4 years ago
- Fast ring-buffer deque (double-ended queue)☆707Updated 2 months ago
- Add missing comment on exported function, method, type, constant, variable in go file☆179Updated 2 years ago
- Data structure and relevant algorithms for extremely fast prefix/fuzzy string searching.☆782Updated last month
- [mirror] concurrency primitives☆900Updated last month
- simple struct copying for golang☆460Updated 5 years ago
- concurrency utilities☆302Updated 6 years ago
- Implements saga-pattern in Go, another way to distribute transaction.☆248Updated 5 years ago
- Configuration for Go applications☆463Updated last year
- Fast, zero heap allocation Go Trie for runes or paths☆495Updated last year
- Go datastructures.☆418Updated 3 years ago
- Examples of using github.com/gobwas/ws☆219Updated 4 years ago
- Convert Golang's http.Request to CURL command line☆795Updated last week
- Redis client Mock☆334Updated last year
- Parse and modify Go struct field tags☆647Updated 2 years ago
- An efficient and feature complete Hystrix like Go implementation of the circuit breaker pattern.☆790Updated last month
- reflect api without runtime reflect.Value cost☆806Updated 6 months ago
- Go simple async message bus☆279Updated 4 years ago
- Package gorilla/rpc is a golang foundation for RPC over HTTP services.☆620Updated last year
- 🕋 Mocking Redis in unit tests in Go.☆148Updated 2 months ago
- a set of locales generated from the CLDR Project which can be used independently or within an i18n package; these were built for use wit…☆291Updated last year
- Rate limiting for go-redis☆953Updated 3 weeks ago
- [mirror] Performance measurement, storage, and analysis.☆387Updated 3 weeks ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆161Updated 2 years ago
- orderedmap is a golang map where the keys keep the order that they're added. It can be de/serialized from/to JSON. It's based closely on …☆394Updated last year
- Cache library with Redis backend for Golang☆809Updated last year
- Fast golang queue using ring-buffer☆633Updated 2 years ago