theodesp / go-heaps
Reference implementations of heap data structures in Go - treap, skew, leftlist, pairing, fibonacci
☆97Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for go-heaps
- Fast Concurrent / Parallel Sorting in Go☆133Updated 6 months ago
- A memory allocator for Go.☆81Updated 4 years ago
- Package ring provides a high performance and thread safe Go implementation of a bloom filter.☆138Updated 4 years ago
- Miscellaneous Go hacks☆229Updated last month
- Load file-backed memory☆121Updated 2 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 2 years ago
- Abstract data structures Go packages, built with performance and concurrency in mind to learn Go.☆66Updated last year
- Auxiliary vendoring tool for Go's new go.mod☆107Updated 2 years ago
- Connection pool for Go's net.Conn interface☆128Updated 2 years ago
- An Go library of synchronization primitives to help make use of hardware transactional memory (HTM)☆93Updated 2 years ago
- More readable and easier ordering and comparison tasks☆21Updated 4 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆277Updated last year
- In memory sharded cache implementation☆32Updated 3 years ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆85Updated 2 years ago
- A collection of concurrent ring buffers☆133Updated 6 years ago
- A spinlock implementation for Go.☆61Updated 3 years ago
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆92Updated 4 years ago
- Static bit vector structures library☆73Updated 5 years ago
- A goroutine limiter for Go☆80Updated 2 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆102Updated 3 years ago
- A fast string sorting algorithm (MSD radix sort)☆192Updated 6 years ago
- nargs is a Go static analysis tool to find unused arguments in function declarations.☆85Updated last week
- Probabilistic set data structure☆86Updated 7 years ago
- Golang circular (ring) buffer☆172Updated 2 years ago
- a key-value store with multiple backends including leveldb, badgerdb, postgresql☆53Updated 3 years ago
- Common golang code shared by multiple projects☆55Updated 10 months ago
- Various golang benchmarks I've written☆108Updated 6 years ago
- xxh3 fast hash function☆104Updated 5 years ago
- Locking wrapper for running benchmarks on shared hosts☆149Updated 9 months ago