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.☆87Updated 5 years ago
- Fast Concurrent / Parallel Sorting in Go☆142Updated 3 months ago
- Auxiliary vendoring tool for Go's new go.mod☆111Updated 3 years ago
- A fast string sorting algorithm (MSD radix sort)☆194Updated 7 years ago
- Probabilistic set data structure☆88Updated 8 years ago
- Miscellaneous Go hacks☆242Updated last week
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 4 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆294Updated last year
- efficient client ⚡️☆75Updated last year
- A spinlock implementation for Go.☆62Updated 4 years ago
- Locking wrapper for running benchmarks on shared hosts☆156Updated last year
- In memory sharded cache implementation☆35Updated 4 years ago
- Bitset data structure☆167Updated 2 years ago
- Storing strings without GC overhead☆84Updated 2 months ago
- A goroutine limiter for Go☆84Updated 3 years ago
- Vector clock logging library for Go☆185Updated last year
- xxh3 fast hash function☆104Updated 6 years ago
- Truly random map access and iteration for Go (OUTDATED -- FOR EDUCATIONAL PURPOSES ONLY)☆61Updated 8 years ago
- A simple value-sorted map type for Go that features constant-time reads and efficient iteration over records.☆71Updated 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
- Go implementation of C++ STL iterators and algorithms.☆194Updated 3 years ago
- Various golang benchmarks I've written☆110Updated 7 years ago
- uint128 for Go☆255Updated last year
- Finite state machine for Go☆211Updated 5 years ago
- fast int64-int64 map for go☆98Updated 2 weeks ago
- Compiles Go to WASM and deploys to the jsgo.io CDN☆145Updated 2 years ago
- Load file-backed memory☆122Updated 3 years ago
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆92Updated 5 years ago