golang-collections / collectionsLinks
☆241Updated 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.☆455Updated 3 years ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆406Updated last year
- go datastructures using generics☆105Updated 8 years ago
- Bunch of examples for dealing with the reflect package☆571Updated 4 years ago
- Implements saga-pattern in Go, another way to distribute transaction.☆248Updated 4 years ago
- simple struct copying for golang☆458Updated 5 years ago
- Fast ring-buffer deque (double-ended queue)☆696Updated last month
- Add missing comment on exported function, method, type, constant, variable in go file☆179Updated last year
- Rate limiting for go-redis☆942Updated this week
- Configuration for Go applications☆462Updated last year
- concurrency utilities☆301Updated 6 years ago
- Transformation functions generator for Protocol Buffers.☆214Updated 6 months ago
- Redis client Mock☆326Updated last year
- [mirror] concurrency primitives☆901Updated 2 weeks ago
- Go concurrent-safe, goroutine-safe, thread-safe queue☆431Updated 2 years ago
- Generate plantuml diagrams from go source files or directories☆408Updated 8 months ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆159Updated 2 years ago
- Fast, zero heap allocation Go Trie for runes or paths☆496Updated 11 months ago
- Examples of using Uber's zap Go logging library☆96Updated 7 years ago
- Golang implementation of Radix trees☆922Updated last year
- Go simple async message bus☆278Updated 4 years ago
- Fast and easy-to-use skip list for Go.☆419Updated 11 months ago
- An efficient and feature complete Hystrix like Go implementation of the circuit breaker pattern.☆789Updated this week
- Data structure and relevant algorithms for extremely fast prefix/fuzzy string searching.☆777Updated this week
- Examples of using github.com/gobwas/ws☆217Updated 4 years ago
- Parse and modify Go struct field tags☆644Updated last year
- 🕋 Mocking Redis in unit tests in Go.☆148Updated last month
- Fast, fully fledged murmur3 in Go.☆338Updated 2 years ago
- Promise / Future library for Go☆410Updated 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