smallnest / ringbufferLinks
a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface
☆620Updated this week
Alternatives and similar repositories for ringbuffer
Users that are interested in ringbuffer are comparing it to the libraries listed below
Sorting:
- reflect api without runtime reflect.Value cost☆823Updated 10 months ago
- A Go package providing a filesystem-backed FIFO queue☆497Updated 4 months ago
- Fast and easy-to-use skip list for Go.☆431Updated last year
- Anti-memory-waste byte buffer pool☆1,321Updated last year
- Write ahead log for Go.☆704Updated 5 months ago
- Clone any Go data structure deeply and thoroughly.☆332Updated 9 months ago
- A portable mmap package for Go☆1,086Updated last year
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆294Updated 3 years ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆408Updated last year
- Fast ring-buffer deque (double-ended queue)☆754Updated 3 months ago
- ⚡️ lock-free utilities in Go☆164Updated last year
- Fast golang queue using ring-buffer☆636Updated 2 years ago
- Go concurrent-safe, goroutine-safe, thread-safe queue☆434Updated 2 years ago
- Zero-copy I/O primitives and pipelines for Go. Linux-specific.☆553Updated last year
- Fast and scalable pseudorandom generator for Go☆207Updated 4 years ago
- Fast, zero heap allocation Go Trie for runes or paths☆502Updated last year
- 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
- Fastest and most memory efficient golang concurrent hashmap☆1,028Updated last year
- Zero-allocation reflection library for Go☆596Updated 2 years ago
- auto adjust your GOGC value☆231Updated last year
- Go package implementing bitsets☆1,478Updated this week
- 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
- concurrency utilities☆304Updated 6 years ago
- A highly optimized double-ended queue☆203Updated 2 years ago
- ☆259Updated 2 weeks ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆161Updated 2 years ago
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆107Updated 2 weeks ago
- A Golang package for doing a deep copy for (just about) anything☆148Updated last year
- XXH3 algorithm in Go☆523Updated 2 weeks ago
- high performance in-memory cache☆362Updated 4 months ago