theodesp / go-heapsLinks
Reference implementations of heap data structures in Go - treap, skew, leftlist, pairing, fibonacci
☆102Updated 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 fast string sorting algorithm (MSD radix sort)☆193Updated 7 years ago
- A goroutine limiter for Go☆83Updated 3 years ago
- In memory sharded cache implementation☆34Updated 4 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆81Updated 3 years ago
- Miscellaneous Go hacks☆242Updated 2 months ago
- Fast Concurrent / Parallel Sorting in Go☆137Updated last week
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 4 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 memory allocator for Go.☆84Updated 5 years ago
- Bitset data structure☆164Updated 2 years ago
- Go implementation of C++ STL iterators and algorithms.☆191Updated 3 years ago
- Auxiliary vendoring tool for Go's new go.mod☆111Updated 3 years ago
- Load file-backed memory☆122Updated 2 years ago
- Static bit vector structures library☆72Updated 6 years ago
- A spinlock implementation for Go.☆62Updated 4 years ago
- Probabilistic set data structure☆87Updated 8 years ago
- Storing strings without GC overhead☆82Updated 5 years ago
- A library for parallel programming in Go☆188Updated 5 years ago
- Merge multiple pprof profile files into a single file☆123Updated 2 years ago
- Common golang code shared by multiple projects☆54Updated 3 months ago
- A Lightweight in-memory key:value cache library for Go.☆181Updated 2 years ago
- Useful Go String methods☆191Updated 2 years ago
- Golang circular (ring) buffer☆175Updated 2 years ago
- fastest lockfree cache library for go application☆50Updated 8 months ago
- Connection pool for Go's net.Conn interface☆127Updated 2 years ago
- Truly random map access and iteration for Go (OUTDATED -- FOR EDUCATIONAL PURPOSES ONLY)☆61Updated 8 years ago
- Finite State Machine for Go inspired by Akka FSM☆63Updated 5 years ago
- Off heap golang memory pool☆60Updated 4 years ago
- fast int64-int64 map for go☆98Updated 2 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