theodesp / go-heapsLinks
Reference implementations of heap data structures in Go - treap, skew, leftlist, pairing, fibonacci
☆101Updated 3 years ago
Alternatives and similar repositories for go-heaps
Users that are interested in go-heaps are comparing it to the libraries listed below
Sorting:
- Fast Concurrent / Parallel Sorting in Go☆139Updated last month
- In memory sharded cache implementation☆34Updated 4 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- Probabilistic set data structure☆87Updated 8 years ago
- A fast string sorting algorithm (MSD radix sort)☆193Updated 7 years ago
- Miscellaneous Go hacks☆243Updated 3 months ago
- A memory allocator for Go.☆86Updated 5 years ago
- Auxiliary vendoring tool for Go's new go.mod☆111Updated 3 years ago
- Storing strings without GC overhead☆84Updated last week
- Static bit vector structures library☆72Updated 6 years ago
- Vector clock logging library for Go☆185Updated last year
- A library for parallel programming in Go☆189Updated 5 years ago
- A simple value-sorted map type for Go that features constant-time reads and efficient iteration over records.☆71Updated 7 years ago
- Bitset data structure☆164Updated 2 years ago
- Key Value storage based on Ranged LSM tree☆105Updated 5 years ago
- A goroutine limiter for Go☆84Updated 3 years ago
- xxh3 fast hash function☆105Updated 6 years ago
- A spinlock implementation for Go.☆62Updated 4 years ago
- A DAG, Directed acyclic graph implementation in golang.☆126Updated 6 years ago
- Golang circular (ring) buffer☆176Updated 2 years ago
- efficient client ⚡️☆75Updated last year
- Various golang benchmarks I've written☆110Updated 7 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 4 years ago
- uint128 for Go☆253Updated 10 months ago
- Locking wrapper for running benchmarks on shared hosts☆154Updated last year
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆92Updated 5 years ago
- Functional Experiment in Golang☆146Updated last year
- Golang LRU cache with expire feature.☆66Updated last year
- Load file-backed memory☆121Updated 2 years ago
- Generative Adversarial Network in Go via Gorgonia☆87Updated 3 years ago