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:
- go datastructures using generics☆105Updated 8 years ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆408Updated last year
- An example of using Go gRPC and tools from the greater gRPC ecosystem together with the GoGo Protobuf Project.☆457Updated 4 years ago
- Examples of using github.com/gobwas/ws☆221Updated 4 years ago
- Data structure and relevant algorithms for extremely fast prefix/fuzzy string searching.☆788Updated 3 months ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆161Updated 2 years ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆613Updated 10 months ago
- concurrency utilities☆304Updated 6 years ago
- Add missing comment on exported function, method, type, constant, variable in go file☆179Updated 2 years ago
- [mirror] concurrency primitives☆910Updated last month
- Configuration for Go applications☆470Updated last year
- Go datastructures.☆418Updated 3 years ago
- Bunch of examples for dealing with the reflect package☆572Updated 4 years ago
- An efficient and feature complete Hystrix like Go implementation of the circuit breaker pattern.☆795Updated 3 weeks ago
- Generate plantuml diagrams from go source files or directories☆409Updated last year
- Parse and modify Go struct field tags☆652Updated 2 years ago
- Fast, zero heap allocation Go Trie for runes or paths☆500Updated last year
- reflect api without runtime reflect.Value cost☆819Updated 9 months ago
- Wrapper types for sync/atomic which enforce atomic access☆1,440Updated 9 months ago
- Golang client for redislabs' ReJSON module with support for multilple redis clients (redigo, go-redis)☆346Updated 2 years ago
- Fast ring-buffer deque (double-ended queue)☆751Updated 2 months 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 …☆402Updated 2 years ago
- Go concurrency patterns from Rob Pike's 2012 Google I/O talk☆171Updated 7 years ago
- Fast and easy-to-use skip list for Go.☆429Updated last year
- Golang implementation of Radix trees☆933Updated last year
- A quick tour (or reminder) of Go performance tools☆272Updated 4 years ago
- Golang AST visualizer☆790Updated 2 years ago
- Rate limiting for go-redis☆985Updated 2 weeks ago
- simple struct copying for golang☆461Updated 5 years ago
- Fast, fully fledged murmur3 in Go.☆347Updated 2 years ago