disksing / iter
Go implementation of C++ STL iterators and algorithms.
☆189Updated 2 years ago
Alternatives and similar repositories for iter:
Users that are interested in iter are comparing it to the libraries listed below
- A simple and efficient thread-safe sharded hashmap for Go☆225Updated 5 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆282Updated 2 years ago
- A fast, threadsafe skip list in Go☆265Updated 3 years ago
- A highly optimized double-ended queue☆189Updated last year
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated 7 months ago
- ⚡️ lock-free utilities in Go☆152Updated 9 months ago
- A fast little LRU cache for Go☆167Updated last year
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆217Updated last year
- Load file-backed memory☆120Updated 2 years ago
- Server for benchmarking pure Go key/value databases☆155Updated last year
- Fast and easy-to-use skip list for Go.☆397Updated 4 months ago
- Reference implementations of heap data structures in Go - treap, skew, leftlist, pairing, fibonacci☆101Updated 2 years ago
- High resolution timing and benchmarking for Go☆258Updated 4 years ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆86Updated 2 years ago
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆136Updated 6 months ago
- io_uring support for go☆204Updated 4 years ago
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆372Updated last year
- Adaptive Radix Trees implemented in Go☆383Updated 2 months ago
- A typed implementation of the Go sync.Map using code generation☆256Updated last year
- Go Pooling Helpers