bgadrian / data-structures
Abstract data structures Go packages, built with performance and concurrency in mind to learn Go.
☆66Updated last year
Related projects ⓘ
Alternatives and complementary repositories for data-structures
- Comparing usage and performance of Go's regular map backed by a RWLock vs sync.map.☆39Updated 7 years ago
- Reference implementations of heap data structures in Go - treap, skew, leftlist, pairing, fibonacci☆97Updated 2 years ago
- Load file-backed memory☆121Updated 2 years ago
- go websocket client for unit testing of a websocket handler☆102Updated 3 years ago
- A JSON stream parser for Go☆67Updated 2 years ago
- Build event-driven and event streaming applications with ease☆66Updated 3 years ago
- A memory allocator for Go.☆81Updated 4 years ago
- nargs is a Go static analysis tool to find unused arguments in function declarations.☆85Updated 4 years ago
- Rate limiter service built in Golang☆44Updated 2 years ago
- Auxiliary vendoring tool for Go's new go.mod☆106Updated 2 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆101Updated 3 years ago
- Accompanying code for Gophercon Russia 2019 talk about Bitmap Indexes☆53Updated 5 years ago
- Storing strings without GC overhead☆82Updated 4 years ago
- xxh3 fast hash function☆104Updated 5 years ago
- A goroutine limiter for Go☆80Updated 2 years ago
- Benchmark all the top in-memory Go caching libraries☆62Updated last year
- Truly random map access and iteration for Go (OUTDATED -- FOR EDUCATIONAL PURPOSES ONLY)☆61Updated 7 years ago
- A spinlock implementation for Go.☆61Updated 3 years ago
- A fast string sorting algorithm (MSD radix sort)☆192Updated 6 years ago
- Common golang code shared by multiple projects☆55Updated 9 months ago
- Workflow Orchestrator☆90Updated last year
- [Go] - Bully algorithm visualization & implementation written in Golang.☆63Updated 5 years ago
- A distributed service for monotonically increasing tickets.☆43Updated 4 years ago
- Simple terminal-based dashboard for golang memory statistic☆44Updated 4 years ago
- A test-friendly replacement for golang's time package [managed by soy-programador]☆70Updated 4 years ago
- Simple Distributed Locks in Go using Redis, MySQL, PostgreSQL, MongoDB, etc.☆38Updated 6 months ago
- A simple and efficient LRU cache package for Go☆38Updated last year
- [CLOSED] Web tool for interactive playing with Golang struct sizes.☆51Updated 4 years ago
- Golang circular (ring) buffer☆172Updated last year