bgadrian / data-structuresLinks
Abstract data structures Go packages, built with performance and concurrency in mind to learn Go.
☆66Updated 2 years ago
Alternatives and similar repositories for data-structures
Users that are interested in data-structures are comparing it to the libraries listed below
Sorting:
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 3 years ago
- Auxiliary vendoring tool for Go's new go.mod☆110Updated 3 years ago
- Comparing usage and performance of Go's regular map backed by a RWLock vs sync.map.☆39Updated 7 years ago
- A goroutine limiter for Go☆82Updated 3 years ago
- Build event-driven and event streaming applications with ease☆67Updated 4 years ago
- Visualization of Golang benchmark output using Google charts☆85Updated 5 years ago
- Benchmark all the top in-memory Go caching libraries☆62Updated last year
- Reference implementations of heap data structures in Go - treap, skew, leftlist, pairing, fibonacci☆101Updated 2 years ago
- A memory allocator for Go.☆83Updated 5 years ago
- Accompanying code for Gophercon Russia 2019 talk about Bitmap Indexes☆54Updated 6 years ago
- nargs is a Go static analysis tool to find unused arguments in function declarations.☆86Updated 3 weeks ago
- Go package providing tools for building NSQ clients, servers and middleware.☆100Updated 3 weeks ago
- Storing strings without GC overhead☆83Updated 5 years ago
- Golang circular (ring) buffer☆174Updated 2 years ago
- Bitset data structure☆163Updated 2 years ago
- Go implementation of different backoff strategies useful for retrying operations and heartbeating.☆85Updated 4 years ago
- Go package providing building blocks for interacting with Consul.☆91Updated 10 months ago
- A fast string sorting algorithm (MSD radix sort)☆193Updated 7 years ago
- Code used in the "Go Profiling and Optimization" talk☆82Updated 7 years ago
- Fast generation of 192-bit UUIDs☆84Updated last year
- Simple string pattern matcher for Go☆127Updated last year
- A JSON stream parser for Go☆67Updated 2 years ago
- Various golang benchmarks I've written☆110Updated 7 years ago
- Useful Go String methods☆191Updated last year
- A spinlock implementation for Go.☆61Updated 4 years ago
- xxh3 fast hash function☆105Updated 6 years ago
- Workflow Orchestrator☆91Updated 2 years ago
- Probabilistic set data structure☆87Updated 7 years ago
- Timezone utility for Go☆106Updated last year
- Load file-backed memory☆122Updated 2 years ago