smallnest / ringbufferLinks
a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface
☆613Updated 9 months ago
Alternatives and similar repositories for ringbuffer
Users that are interested in ringbuffer are comparing it to the libraries listed below
Sorting:
- A Go package providing a filesystem-backed FIFO queue☆497Updated 4 months ago
- reflect api without runtime reflect.Value cost☆819Updated 9 months ago
- Go concurrent-safe, goroutine-safe, thread-safe queue☆434Updated 2 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆294Updated 2 years ago
- Zero-copy I/O primitives and pipelines for Go. Linux-specific.☆551Updated last year
- Anti-memory-waste byte buffer pool☆1,321Updated last year
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆408Updated last year
- Write ahead log for Go.☆701Updated 4 months ago
- Fast and easy-to-use skip list for Go.☆429Updated last year
- Fast golang queue using ring-buffer☆636Updated 2 years ago
- Clone any Go data structure deeply and thoroughly.☆327Updated 8 months ago
- Zero-allocation reflection library for Go☆596Updated 2 years ago
- A portable mmap package for Go☆1,084Updated last year
- concurrency utilities☆304Updated 6 years ago
- ⚡️ lock-free utilities in Go☆163Updated last year
- Fast ring-buffer deque (double-ended queue)☆747Updated 2 months ago
- auto adjust your GOGC value☆231Updated last year
- Fast and scalable pseudorandom generator for Go☆207Updated 4 years ago
- Fast, zero heap allocation Go Trie for runes or paths☆499Updated last year
- A highly optimized double-ended queue☆202Updated 2 years ago
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆264Updated 2 years ago
- Go package implementing bitsets