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:
- Benchmark all the top in-memory Go caching libraries☆61Updated 2 years ago
- A fast string sorting algorithm (MSD radix sort)☆193Updated 7 years ago
- Go package providing tools for building NSQ clients, servers and middleware.☆100Updated 5 months ago
- Golang circular (ring) buffer☆176Updated 2 years ago
- Load file-backed memory☆121Updated 3 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 4 years ago
- Accompanying code for Gophercon Russia 2019 talk about Bitmap Indexes☆53Updated 6 years ago
- Probabilistic set data structure☆87Updated 8 years ago
- Static bit vector structures library☆72Updated 6 years ago
- A goroutine limiter for Go☆84Updated 3 years ago
- Bitset data structure☆166Updated 2 years ago
- Fast generation of 192-bit UUIDs☆86Updated 2 years ago
- A JSON stream parser for Go☆68Updated 3 years ago
- Non-Invasive goroutine inspector☆93Updated 2 months ago
- Transform Go code into it's AST☆123Updated 5 years ago
- xxh3 fast hash function☆105Updated 6 years ago
- A memory allocator for Go.☆87Updated 5 years ago
- efficient client ⚡️☆75Updated last year
- Storing strings without GC overhead☆84Updated last month
- Useful Go String methods☆192Updated 2 years ago
- A library for graceful restarts in Go.☆94Updated 7 years ago
- Auxiliary vendoring tool for Go's new go.mod☆111Updated 3 years ago
- A Thrift encoding code generator and library for Go☆103Updated 3 months ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- High-throughput Redis client for Go with implicit pipelining☆247Updated 6 months ago
- Finite state machine for Go☆211Updated 5 years ago
- Reference implementations of heap data structures in Go - treap, skew, leftlist, pairing, fibonacci☆101Updated 3 years ago
- Code used in the "Go Profiling and Optimization" talk☆83Updated 8 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- A simple and efficient thread-safe sharded hashmap for Go☆244Updated 6 years ago