theodesp / go-heapsLinks
Reference implementations of heap data structures in Go - treap, skew, leftlist, pairing, fibonacci
☆101Updated 2 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 simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆81Updated 3 years ago
- Fast Concurrent / Parallel Sorting in Go☆137Updated last week
- Various golang benchmarks I've written☆109Updated 7 years ago
- A memory allocator for Go.☆83Updated 5 years ago
- Storing strings without GC overhead☆83Updated 5 years ago
- Static bit vector structures library☆72Updated 6 years ago
- fast int64-int64 map for go☆98Updated 2 years ago
- Auxiliary vendoring tool for Go's new go.mod☆111Updated 3 years ago
- Probabilistic set data structure☆87Updated 8 years ago
- In memory sharded cache implementation☆34Updated 4 years ago
- A goroutine limiter for Go☆82Updated 3 years ago
- Load file-backed memory☆122Updated 2 years ago
- Golang circular (ring) buffer☆174Updated 2 years ago
- efficient client ⚡️☆75Updated last year
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆92Updated 5 years ago
- A fast string sorting algorithm (MSD radix sort)☆193Updated 7 years ago
- A spinlock implementation for Go.☆62Updated 4 years ago
- Miscellaneous Go hacks☆241Updated last month
- xxh3 fast hash function☆105Updated 6 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 minimal-memory AnchorHash (consistent-hash) implementation for Go☆76Updated 6 years ago
- Locking wrapper for running benchmarks on shared hosts☆152Updated last year
- Off heap golang memory pool☆60Updated 3 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 4 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- Benchmark all the top in-memory Go caching libraries☆62Updated last year
- A golang zero-allocation HTTP parser (and eventually http server)☆75Updated 10 years ago
- Radio is a library for creating RESP (REdis Serialization Protocol) comaptible services.☆31Updated 5 years ago
- A fast little LRU cache for Go☆170Updated 2 years ago
- Go-Multimap is an implementation of the `multimap` data structure in Go.☆38Updated 6 years ago