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☆141Updated 2 months ago
- A memory allocator for Go.☆87Updated 5 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- A fast string sorting algorithm (MSD radix sort)☆193Updated 7 years ago
- Miscellaneous Go hacks☆242Updated 4 months ago
- Probabilistic set data structure☆88Updated 8 years ago
- efficient client ⚡️☆75Updated last year
- A spinlock implementation for Go.☆62Updated 4 years ago
- Static bit vector structures library☆72Updated 6 years ago
- Auxiliary vendoring tool for Go's new go.mod☆111Updated 3 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 4 years ago
- Key Value storage based on Ranged LSM tree☆105Updated 5 years ago
- Storing strings without GC overhead☆84Updated last month
- 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
- A library for parallel programming in Go☆189Updated 5 years ago
- Load file-backed memory☆121Updated 3 years ago
- A goroutine limiter for Go☆84Updated 3 years ago
- A simple value-sorted map type for Go that features constant-time reads and efficient iteration over records.☆71Updated 7 years ago
- A Lightweight in-memory key:value cache library for Go.☆182Updated 2 years ago
- In memory sharded cache implementation☆35Updated 4 years ago
- xxh3 fast hash function☆105Updated 6 years ago
- Go implementation of C++ STL iterators and algorithms.☆193Updated 3 years ago
- Compiles Go to WASM and deploys to the jsgo.io CDN☆145Updated 2 years ago
- Bitset data structure☆167Updated 2 years ago
- Lightweight, thread-safe, blocking FIFO queue based on auto-resizing circular buffer☆70Updated 5 years ago
- fast int64-int64 map for go☆98Updated 2 years ago
- Locking wrapper for running benchmarks on shared hosts☆155Updated last year
- Merge multiple pprof profile files into a single file☆123Updated 2 years ago
- Thread-safe concurrent maps for go.☆25Updated 6 years ago
- Useful Go String methods☆192Updated 2 years ago