theodesp / go-heaps
Reference implementations of heap data structures in Go - treap, skew, leftlist, pairing, fibonacci
☆101Updated 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
- Fast Concurrent / Parallel Sorting in Go☆134Updated 9 months ago
- Storing strings without GC overhead☆82Updated 5 years ago
- Miscellaneous Go hacks☆231Updated this week
- Package ring provides a high performance and thread safe Go implementation of a bloom filter.☆138Updated 4 years ago
- Static bit vector structures library☆72Updated 5 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆102Updated 3 years ago
- A goroutine limiter for Go☆79Updated 2 years ago
- Probabilistic set data structure☆86Updated 7 years ago
- Auxiliary vendoring tool for Go's new go.mod☆110Updated 3 years ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆86Updated 2 years ago
- 🚦 Semaphore pattern implementation with timeout of lock/unlock operations.☆103Updated 4 years ago
- nargs is a Go static analysis tool to find unused arguments in function declarations.☆85Updated 2 months ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 2 years ago
- Lightweight HTTP mocking in Go (aka golang)☆81Updated last year
- A simple value-sorted map type for Go that features constant-time reads and efficient iteration over records.☆70Updated 6 years ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆86Updated 4 years ago
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆92Updated 5 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- Expression evaluator for Go☆68Updated 11 months ago
- Simple string pattern matcher for Go☆126Updated 10 months ago
- a key-value store with multiple backends including leveldb, badgerdb, postgresql☆53Updated 3 years ago
- A memory allocator for Go.☆81Updated 4 years ago
- In memory sharded cache implementation☆33Updated 3 years ago
- Golang circular (ring) buffer☆174Updated 2 years ago
- A fast string sorting algorithm (MSD radix sort)☆192Updated 6 years ago
- A small library to measure latency of things.☆35Updated 7 years ago
- Locking wrapper for running benchmarks on shared hosts☆151Updated last year
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated 7 months ago
- High resolution timing and benchmarking for Go☆258Updated 4 years ago
- Load file-backed memory☆120Updated 2 years ago