smallnest / ringbufferLinks
a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface
☆602Updated 7 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,309Updated last year
- reflect api without runtime reflect.Value cost☆812Updated 7 months ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆406Updated last year
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆290Updated 2 years ago
- Fast and easy-to-use skip list for Go.☆426Updated last year
- Clone any Go data structure deeply and thoroughly.☆325Updated 6 months ago
- Fast golang queue using ring-buffer☆634Updated 2 years ago
- ⚡️ lock-free utilities in Go☆162Updated last year
- Write ahead log for Go.☆687Updated 2 months ago
- Go concurrent-safe, goroutine-safe, thread-safe queue☆430Updated 2 years ago
- A portable mmap package for Go☆1,075Updated 11 months ago
- concurrency utilities☆304Updated 6 years ago
- Zero-copy I/O primitives and pipelines for Go. Linux-specific.☆549Updated last year
- Fast, zero heap allocation Go Trie for runes or paths☆496Updated last year
- Zero-allocation reflection library for Go☆583Updated last year
- Fast and scalable pseudorandom generator for Go☆208Updated 4 years 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.☆263Updated 2 years ago
- auto adjust your GOGC value☆230Updated last year
- A highly optimized double-ended queue☆201Updated 2 years ago
- Fast ring-buffer deque (double-ended queue)☆735Updated last week
- Mango Cache 🥭 - Partial implementation of Guava Cache in Go (golang).☆601Updated 3 years ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆161Updated 2 years ago
- A fast, threadsafe skip list in Go☆270Updated 4 years ago
- Golang implementation of Radix trees☆928Updated last year
- Consistent hashing with bounded loads in Golang☆750Updated 2 years ago
- Go package implementing bitsets☆1,456Updated last week
- Golang Serializer Benchmark Comparison☆413Updated 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.☆220Updated last year
- Fast, fully fledged murmur3 in Go.☆343Updated 2 years ago