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☆142Updated 4 months ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- Miscellaneous Go hacks☆242Updated last month
- Probabilistic set data structure☆88Updated 8 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 4 years ago
- Finite state machine for Go☆211Updated 5 years ago
- In memory sharded cache implementation☆35Updated 4 years ago
- A memory allocator for Go.☆87Updated 5 years ago
- Static bit vector structures library☆72Updated 6 years ago
- A fast string sorting algorithm (MSD radix sort)☆194Updated 7 years ago
- Package deque implements a very fast and efficient general purpose queue/stack/deque data structure that is specifically optimized to per…☆48Updated 2 years ago
- A spinlock implementation for Go.☆63Updated 4 years ago
- efficient client ⚡️☆75Updated last year
- Go implementation of C++ STL iterators and algorithms.☆194Updated 3 years ago
- Auxiliary vendoring tool for Go's new go.mod☆111Updated 4 years ago
- Storing strings without GC overhead☆84Updated 3 months ago
- A simple value-sorted map type for Go that features constant-time reads and efficient iteration over records.☆71Updated 7 years ago
- A goroutine limiter for Go☆84Updated 3 years ago
- Golang circular (ring) buffer☆177Updated 3 years ago
- Load file-backed memory☆122Updated 3 years ago
- Bitset data structure☆168Updated 2 years ago
- A Lightweight in-memory key:value cache library for Go.☆183Updated 2 years ago
- Doppio is a fast LRU cache on top of Ristretto, Redcon, and Evio. Support for the Redis protocol.☆116Updated 6 years ago
- Reusable transparent log database☆145Updated 5 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆294Updated last year
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- Various golang benchmarks I've written☆110Updated 7 years ago
- Merge multiple pprof profile files into a single file☆123Updated 2 years ago
- Off heap golang memory pool☆60Updated 4 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago