smallnest / ringbufferLinks
a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface
☆592Updated 5 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☆490Updated last year
- reflect api without runtime reflect.Value cost☆805Updated 5 months ago
- Anti-memory-waste byte buffer pool☆1,297Updated last year
- Fast and easy-to-use skip list for Go.☆421Updated 11 months ago
- Write ahead log for Go.☆678Updated last week
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆287Updated 2 years ago
- Go concurrent-safe, goroutine-safe, thread-safe queue☆430Updated 2 years ago
- Fast golang queue using ring-buffer☆633Updated 2 years ago
- Zero-copy I/O primitives and pipelines for Go. Linux-specific.☆549Updated last year
- Clone any Go data structure deeply and thoroughly.☆322Updated 4 months ago
- Zero-allocation reflection library for Go☆582Updated last year
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆404Updated last year
- ⚡️ lock-free utilities in Go☆161Updated last year
- Fast, zero heap allocation Go Trie for runes or paths☆496Updated 11 months ago
- A portable mmap package for Go☆1,071Updated 9 months ago
- Fast ring-buffer deque (double-ended queue)☆700Updated 2 months 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.☆218Updated last year
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆261Updated 2 years ago
- Fast and scalable pseudorandom generator for Go☆207Updated 3 years ago
- auto adjust your GOGC value☆228Updated last year
- concurrency utilities☆301Updated 6 years ago
- A highly optimized double-ended queue☆201Updated last year
- 🚀 A real-time Golang runtime stats visualization profiler☆591Updated last year
- Go package implementing bitsets☆1,449Updated last week
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆160Updated 2 years ago
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆979Updated 3 months ago
- Consistent hashing with bounded loads in Golang☆745Updated last year
- ☆249Updated last week
- Golang implementation of Radix trees☆923Updated last year
- A fast, threadsafe skip list in Go☆267Updated 3 years ago