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:
- Visualization of Golang benchmark output using Google charts☆85Updated 5 years ago
- A JSON stream parser for Go☆67Updated 2 years ago
- A goroutine limiter for Go☆82Updated 3 years ago
- A memory allocator for Go.☆83Updated 5 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 3 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆109Updated 11 months ago
- nargs is a Go static analysis tool to find unused arguments in function declarations.☆86Updated last month
- Static bit vector structures library☆72Updated 5 years ago
- Fast generation of 192-bit UUIDs☆84Updated 2 years ago
- Auxiliary vendoring tool for Go's new go.mod☆110Updated 3 years ago
- Go package providing tools for building NSQ clients, servers and middleware.☆100Updated last month
- Load file-backed memory☆122Updated 2 years ago
- Intern Go strings☆95Updated last year
- Probabilistic set data structure☆87Updated 8 years ago
- HTTP for Gophers☆62Updated 6 years ago
- Pool go routines dedicated to processing work☆70Updated 9 years ago
- Comparing usage and performance of Go's regular map backed by a RWLock vs sync.map.☆39Updated 7 years ago
- A Thrift encoding code generator and library for Go☆103Updated 2 weeks ago
- efficient client ⚡️☆75Updated last year
- Rewrite Go source files to replace pkg/errors with Go 1.13 error wrapping☆69Updated 2 years ago
- xxh3 fast hash function☆105Updated 6 years ago
- Storing strings without GC overhead☆83Updated 5 years ago
- A fast string sorting algorithm (MSD radix sort)☆193Updated 7 years ago
- Templates, generics engine for Go☆136Updated 6 years ago
- Simple Distributed Locks in Go using Redis, MySQL, PostgreSQL, MongoDB, etc.☆38Updated 7 months ago
- Benchmark all the top in-memory Go caching libraries☆62Updated last year
- Very simple batching API for Go.☆94Updated 3 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- Golang library to act on structure fields at runtime. Similar to Python getattr(), setattr(), hasattr() APIs.☆31Updated 4 years ago
- 🚦 Semaphore pattern implementation with timeout of lock/unlock operations.☆103Updated 5 years ago