smallnest / ringbufferLinks
a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface
☆618Updated last week
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☆821Updated 10 months ago
- Anti-memory-waste byte buffer pool☆1,321Updated last year
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆408Updated last year
- Fast and easy-to-use skip list for Go.☆430Updated last year
- Write ahead log for Go.☆704Updated 5 months ago
- Go concurrent-safe, goroutine-safe, thread-safe queue☆434Updated 2 years ago
- Clone any Go data structure deeply and thoroughly.☆331Updated 9 months ago
- auto adjust your GOGC value☆231Updated last year
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆294Updated 3 years ago
- ⚡️ lock-free utilities in Go☆164Updated last year
- Zero-copy I/O primitives and pipelines for Go. Linux-specific.☆553Updated 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.☆264Updated 2 years ago
- Fast golang queue using ring-buffer☆636Updated 2 years ago
- Fast and scalable pseudorandom generator for Go☆207Updated 4 years ago
- Fast ring-buffer deque (double-ended queue)☆754Updated 2 months ago
- Zero-allocation reflection library for Go☆596Updated 2 years ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆161Updated 2 years 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.☆222Updated last year
- concurrency utilities☆304Updated 6 years ago
- Fast, zero heap allocation Go Trie for runes or paths☆502Updated last year
- A portable mmap package for Go☆1,085Updated last year
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆107Updated last week
- A highly optimized double-ended queue☆203Updated 2 years ago
- ☆259Updated last week
- Fast, fully fledged murmur3 in Go.☆347Updated 2 years ago
- 🚀 A real-time Golang runtime stats visualization profiler☆592Updated last year
- Go package implementing bitsets☆1,476Updated 3 weeks ago
- Fastest and most memory efficient golang concurrent hashmap☆1,024Updated last year
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆1,014Updated 3 weeks ago