smallnest / ringbufferLinks
a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface
☆590Updated 4 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☆489Updated last year
- reflect api without runtime reflect.Value cost☆802Updated 4 months ago
- Anti-memory-waste byte buffer pool☆1,287Updated last year
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆287Updated 2 years ago
- Write ahead log for Go.☆669Updated 8 months ago
- Go concurrent-safe, goroutine-safe, thread-safe queue☆431Updated 2 years ago
- Clone any Go data structure deeply and thoroughly.☆321Updated 3 months ago
- Fast and easy-to-use skip list for Go.☆418Updated 10 months ago
- A portable mmap package for Go☆1,061Updated 7 months ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆403Updated last year
- Fast, zero heap allocation Go Trie for runes or paths☆495Updated 10 months 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.☆260Updated 2 years ago
- Fast golang queue using ring-buffer☆630Updated 2 years ago
- Zero-copy I/O primitives and pipelines for Go. Linux-specific.☆548Updated 11 months ago
- auto adjust your GOGC value☆228Updated 11 months ago
- Zero-allocation reflection library for Go☆579Updated last year
- ⚡️ lock-free utilities in Go☆158Updated last year
- Fast and scalable pseudorandom generator for Go☆206Updated 3 years ago
- concurrency utilities☆301Updated 5 years ago
- Fast ring-buffer deque (double-ended queue)☆694Updated 3 weeks 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.☆213Updated 11 months ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆158Updated 2 years ago
- Thread-safe file locking library in Go☆649Updated 2 weeks ago
- reuse tcp/udp ports in golang☆792Updated 4 months ago
- A highly optimized double-ended queue☆201Updated last year
- Consistent hashing with bounded loads in Golang☆741Updated last year
- Go package implementing bitsets☆1,437Updated 2 months ago
- go wrapper for zstd☆455Updated last month
- A fast, threadsafe skip list in Go☆267Updated 3 years ago
- ☆488Updated last week