smallnest / ringbufferLinks
a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface
☆607Updated 8 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☆495Updated 2 months ago
- Anti-memory-waste byte buffer pool☆1,312Updated last year
- reflect api without runtime reflect.Value cost☆813Updated 8 months ago
- ⚡️ lock-free utilities in Go☆162Updated last year
- Fast golang queue using ring-buffer☆636Updated 2 years ago
- Fast and easy-to-use skip list for Go.☆427Updated last year
- Go concurrent-safe, goroutine-safe, thread-safe queue☆431Updated 2 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆292Updated 2 years ago
- Clone any Go data structure deeply and thoroughly.☆325Updated 7 months ago
- Write ahead log for Go.☆690Updated 3 months ago
- Fast, zero heap allocation Go Trie for runes or paths☆496Updated last year
- Fast ring-buffer deque (double-ended queue)☆743Updated 3 weeks ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆406Updated last year
- Zero-allocation reflection library for Go☆595Updated 2 years ago
- Zero-copy I/O primitives and pipelines for Go. Linux-specific.☆550Updated last year
- A portable mmap package for Go☆1,078Updated 11 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.☆264Updated 2 years ago
- Fast and scalable pseudorandom generator for Go☆208Updated 4 years ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆161Updated 2 years ago
- concurrency utilities☆304Updated 6 years ago
- auto adjust your GOGC value☆230Updated last year
- A highly optimized double-ended queue☆202Updated 2 years ago
- Go package implementing bitsets☆1,464Updated 2 weeks ago
- ☆255Updated last week
- Golang implementation of Radix trees☆929Updated last year
- Simple dense bitmap index in Go with binary operators☆367Updated 5 months ago
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆998Updated last week
- Fastest and most memory efficient golang concurrent hashmap☆1,025Updated last year
- 🚀 A real-time Golang runtime stats visualization profiler☆591Updated last year
- Fast, fully fledged murmur3 in Go.☆344Updated 2 years ago