theodesp / go-heapsLinks
Reference implementations of heap data structures in Go - treap, skew, leftlist, pairing, fibonacci
☆102Updated 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:
- Auxiliary vendoring tool for Go's new go.mod☆111Updated 3 years ago
- Miscellaneous Go hacks☆243Updated 2 months ago
- efficient client ⚡️☆75Updated last year
- Fast Concurrent / Parallel Sorting in Go☆138Updated 2 weeks ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆81Updated 3 years ago
- A memory allocator for Go.☆85Updated 5 years ago
- Static bit vector structures library☆72Updated 6 years ago
- A fast string sorting algorithm (MSD radix sort)☆193Updated 7 years ago
- Probabilistic set data structure☆87Updated 8 years ago
- A goroutine limiter for Go☆83Updated 3 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 4 years ago
- Go implementation of C++ STL iterators and algorithms.☆192Updated 3 years ago
- Bitset data structure☆164Updated 2 years ago
- Storing strings without GC overhead☆84Updated 5 years ago
- In memory sharded cache implementation☆34Updated 4 years ago
- A spinlock implementation for Go.☆62Updated 4 years ago
- A Lightweight in-memory key:value cache library for Go.☆181Updated 2 years ago
- A DAG, Directed acyclic graph implementation in golang.☆126Updated 6 years ago
- Key Value storage based on Ranged LSM tree☆105Updated 4 years ago
- uint128 for Go☆251Updated 9 months ago
- xxh3 fast hash function☆105Updated 6 years ago
- Useful Go String methods☆191Updated 2 years ago
- go websocket client for unit testing of a websocket handler☆102Updated 4 years ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 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
- Golang LRU cache with expire feature.☆66Updated last year
- Reusable transparent log database☆145Updated 4 years ago
- Off heap golang memory pool☆60Updated 4 years ago
- Abstract data structures Go packages, built with performance and concurrency in mind to learn Go.☆66Updated 2 years ago
- Locking wrapper for running benchmarks on shared hosts☆154Updated last year