disksing / iter
Go implementation of C++ STL iterators and algorithms.
☆190Updated 3 years ago
Alternatives and similar repositories for iter
Users that are interested in iter are comparing it to the libraries listed below
Sorting:
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆286Updated 2 years ago
- A simple and efficient thread-safe sharded hashmap for Go☆227Updated 5 years ago
- Load file-backed memory☆122Updated 2 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- ⚡️ lock-free utilities in Go☆156Updated 11 months ago
- A fast, threadsafe skip list in Go☆266Updated 3 years ago
- Single producer and multi-reader lockless ring buffer in go using generics from the go 1.18.x release. It is significantly faster than ch…☆161Updated last year
- A highly optimized double-ended queue☆196Updated last year
- A fast little LRU cache for Go☆170Updated last year
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 3 years ago
- A fast string sorting algorithm (MSD radix sort)☆194Updated 7 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
- A quick tour (or reminder) of Go performance tools☆268Updated 3 years ago
- Fast resizable golang semaphore primitive☆175Updated 4 years ago
- Fast and easy-to-use skip list for Go.☆410Updated 7 months ago
- Reference implementations of heap data structures in Go - treap, skew, leftlist, pairing, fibonacci☆101Updated 2 years ago
- Miscellaneous Go hacks☆238Updated last month
- Golang library for io_uring (without CGO)☆133Updated 4 years ago
- Fast Concurrent / Parallel Sorting in Go☆136Updated last year
- Go Pooling Helpers☆113Updated 4 years ago
- Adaptive Radix Trees implemented in Go☆387Updated 4 months ago
- ☆121Updated last year
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆374Updated last year
- A go in-memory table☆229Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- Useful Go String methods☆190Updated last year
- Best-effort CPU-local sharded values for Go☆199Updated 3 years ago
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆170Updated 3 years ago
- Expression evaluator for Go☆73Updated last month