smallnest / ringbuffer
a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface
☆524Updated 2 months ago
Alternatives and similar repositories for ringbuffer:
Users that are interested in ringbuffer are comparing it to the libraries listed below
- A Go package providing a filesystem-backed FIFO queue☆477Updated last year
- reflect api without runtime reflect.Value cost☆774Updated 6 months ago
- Anti-memory-waste byte buffer pool☆1,219Updated 6 months ago
- Fast golang queue using ring-buffer☆618Updated last year
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆282Updated last year
- Fast and easy-to-use skip list for Go.☆397Updated 4 months ago
- Fast, zero heap allocation Go Trie for runes or paths☆481Updated 4 months ago
- auto adjust your GOGC value☆222Updated 5 months ago
- Fast and scalable pseudorandom generator for Go☆203Updated 3 years ago
- Write ahead log for Go.☆631Updated 2 months ago
- A portable mmap package for Go☆986Updated last month
- ⚡️ lock-free utilities in Go☆151Updated 8 months ago
- errgroup with goroutine worker limits☆162Updated 2 years ago
- Go package implementing bitsets☆1,377Updated last month
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆393Updated 8 months ago
- Zero-copy I/O primitives and pipelines for Go. Linux-specific.☆541Updated 5 months ago
- Zero-allocation reflection library for Go☆550Updated last year
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆371Updated last year
- Golang implementation of Radix trees☆896Updated 6 months ago
- concurrency utilities☆292Updated 5 years ago
- XXH3 algorithm in Go☆422Updated last year
- Tools for building go apps.☆673Updated 2 years ago
- A fast, threadsafe skip list in Go☆265Updated 3 years ago
- Fastest and most memory efficient golang concurrent hashmap☆964Updated 3 months ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆291Updated 6 months ago
- Fast, fully fledged murmur3 in Go.☆315Updated last year
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆155Updated last year
- Go Pooling Helpers☆113Updated 4 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆216Updated last year
- Buffer/Byte pool for Go☆470Updated 5 years ago