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:
- A memory allocator for Go.☆86Updated 5 years ago
- Miscellaneous Go hacks☆243Updated 2 months ago
- Auxiliary vendoring tool for Go's new go.mod☆112Updated 4 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- In memory sharded cache implementation☆35Updated 4 years ago
- efficient client ⚡️☆75Updated last year
- A fast string sorting algorithm (MSD radix sort)☆196Updated 7 years ago
- Fast Concurrent / Parallel Sorting in Go☆144Updated 5 months ago
- Probabilistic set data structure☆88Updated 8 years ago
- Bitset data structure☆169Updated 3 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 4 years ago
- Static bit vector structures library☆72Updated 6 years ago
- A spinlock implementation for Go.☆63Updated 5 years ago
- Storing strings without GC overhead☆86Updated last month
- xxh3 fast hash function☆105Updated 6 years ago
- Compiles Go to WASM and deploys to the jsgo.io CDN☆146Updated 2 years ago
- Useful Go String methods☆192Updated 2 years ago
- A library for parallel programming in Go☆189Updated 5 years ago
- Load file-backed memory☆122Updated 3 years ago
- A goroutine limiter for Go☆84Updated 3 years ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- Golang circular (ring) buffer☆177Updated 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 library for distributed processing for Go☆59Updated 7 months ago
- Reusable transparent log database☆145Updated 5 years ago
- Package ring provides a high performance and thread safe Go implementation of a bloom filter.☆143Updated 5 years ago
- Merge multiple pprof profile files into a single file☆124Updated 2 years ago
- Golang LRU cache with expire feature.☆66Updated last year
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- Key Value storage based on Ranged LSM tree☆105Updated 5 years ago