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:
- Miscellaneous Go hacks☆243Updated 2 months ago
- Fast Concurrent / Parallel Sorting in Go☆143Updated 5 months ago
- A fast string sorting algorithm (MSD radix sort)☆196Updated 7 years ago
- Various golang benchmarks I've written☆110Updated 7 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☆88Updated 8 years ago
- Auxiliary vendoring tool for Go's new go.mod☆112Updated 4 years ago
- efficient client ⚡️☆75Updated last year
- A memory allocator for Go.☆87Updated 5 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 4 years ago
- A spinlock implementation for Go.☆63Updated 4 years ago
- A simple value-sorted map type for Go that features constant-time reads and efficient iteration over records.☆71Updated 7 years ago
- Locking wrapper for running benchmarks on shared hosts☆156Updated last year
- A goroutine limiter for Go☆84Updated 3 years ago
- In memory sharded cache implementation☆35Updated 4 years ago
- Storing strings without GC overhead☆85Updated last month
- Bitset data structure☆169Updated 3 years ago
- Go implementation of C++ STL iterators and algorithms.☆195Updated 3 years ago
- A collection of concurrent ring buffers☆134Updated 7 years ago
- Package schedgroup provides a goroutine worker pool which schedules tasks to be performed at or after a specified time. MIT Licensed.☆139Updated 3 years ago
- Static bit vector structures library☆72Updated 6 years ago
- Golang circular (ring) buffer☆177Updated 3 years ago
- Stuff that's missing in Go stdlib, or hasn't made it into its own repo.☆87Updated 5 months ago
- Compiles Go to WASM and deploys to the jsgo.io CDN☆146Updated 2 years ago
- Key Value storage based on Ranged LSM tree☆105Updated 5 years ago
- A Lightweight in-memory key:value cache library for Go.☆184Updated 2 years ago
- A library for parallel programming in Go☆189Updated 5 years ago
- Finite state machine for Go☆211Updated 5 years ago
- A minimal-memory AnchorHash (consistent-hash) implementation for Go☆77Updated 6 years ago
- Load file-backed memory☆122Updated 3 years ago