smallnest / ringbufferLinks
a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface
☆591Updated 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☆804Updated 5 months ago
- Anti-memory-waste byte buffer pool☆1,294Updated last year
- Clone any Go data structure deeply and thoroughly.☆321Updated 3 months ago
- Fast and easy-to-use skip list for Go.☆418Updated 11 months ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆406Updated last year
- Write ahead log for Go.☆672Updated 9 months ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆287Updated 2 years ago
- Fast golang queue using ring-buffer☆633Updated 2 years ago
- Zero-copy I/O primitives and pipelines for Go. Linux-specific.☆550Updated last year
- Go concurrent-safe, goroutine-safe, thread-safe queue☆431Updated 2 years ago
- Zero-allocation reflection library for Go☆580Updated last year
- Fast and scalable pseudorandom generator for Go☆206Updated 3 years ago
- auto adjust your GOGC value☆228Updated 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.☆260Updated 2 years ago
- concurrency utilities☆301Updated 6 years ago
- Fast, zero heap allocation Go Trie for runes or paths☆495Updated 11 months ago
- ⚡️ lock-free utilities in Go☆162Updated last year
- A portable mmap package for Go☆1,064Updated 8 months ago
- Fast ring-buffer deque (double-ended queue)☆696Updated last month
- A highly optimized double-ended queue☆201Updated last year
- Go package implementing bitsets☆1,442Updated this week
- Consistent hashing with bounded loads in Golang☆742Updated last year
- ☆248Updated this week
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆159Updated 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.☆214Updated 11 months ago
- 🚀 A real-time Golang runtime stats visualization profiler☆590Updated last year
- A Golang package for doing a deep copy for (just about) anything☆148Updated last year
- Fastest and most memory efficient golang concurrent hashmap☆1,015Updated 9 months ago
- high performance in-memory cache☆340Updated this week