disksing / iter
Go implementation of C++ STL iterators and algorithms.
☆187Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for iter
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆277Updated last year
- A simple and efficient thread-safe sharded hashmap for Go☆225Updated 5 years ago
- A fast, threadsafe skip list in Go☆264Updated 3 years ago
- Fast and easy-to-use skip list for Go.☆378Updated last month
- ⚡️ lock-free utilities in Go☆149Updated 5 months ago
- Adaptive Radix Trees implemented in Go☆365Updated this week
- A fast little LRU cache for Go☆153Updated last year
- Golang library for io_uring (without CGO)☆131Updated 3 years ago
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆176Updated 2 months ago
- Go Pooling Helpers☆113Updated 4 years ago
- Load file-backed memory☆121Updated 2 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆213Updated last year
- A quick tour (or reminder) of Go performance tools☆262Updated 2 years ago
- A typed implementation of the Go sync.Map using code generation☆256Updated last year
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆150Updated last year
- ☆110Updated last year
- 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…☆157Updated last year
- A highly optimized double-ended queue☆183Updated last year
- A fast string sorting algorithm (MSD radix sort)☆192Updated 6 years ago
- TinyLFU cache admission policy☆252Updated last year
- Fast and scalable pseudorandom generator for Go☆200Updated 3 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆286Updated 4 months ago
- Fast resizable golang semaphore primitive☆173Updated 3 years ago
- errgroup with goroutine worker limits☆161Updated last year
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆501Updated 2 months ago
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆168Updated 2 years ago
- Package schedgroup provides a goroutine worker pool which schedules tasks to be performed at or after a specified time. MIT Licensed.☆136Updated 2 years ago
- A revamped Google's jump consistent hash☆102Updated 2 years ago
- io_uring support for go☆204Updated 4 years ago
- Miscellaneous Go hacks☆229Updated last month