smallnest / ringbufferLinks
a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface
☆594Updated 6 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☆496Updated 3 weeks ago
- reflect api without runtime reflect.Value cost☆805Updated 6 months ago
- Anti-memory-waste byte buffer pool☆1,302Updated last year
- Fast and easy-to-use skip list for Go.☆422Updated last year
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆404Updated last year
- Write ahead log for Go.☆679Updated last month
- Zero-copy I/O primitives and pipelines for Go. Linux-specific.☆548Updated last year
- ⚡️ lock-free utilities in Go☆162Updated last year
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆288Updated 2 years ago
- A portable mmap package for Go☆1,073Updated 9 months ago
- Clone any Go data structure deeply and thoroughly.☆324Updated 5 months ago
- Fast, zero heap allocation Go Trie for runes or paths☆496Updated last year
- Fast golang queue using ring-buffer☆632Updated 2 years ago
- Go concurrent-safe, goroutine-safe, thread-safe queue☆428Updated 2 years ago
- Zero-allocation reflection library for Go☆582Updated last year
- concurrency utilities☆302Updated 6 years ago
- Fast ring-buffer deque (double-ended queue)☆705Updated 2 months ago
- Fast and scalable pseudorandom generator for Go☆207Updated 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.☆262Updated 2 years ago
- Thread-safe file locking library in Go☆658Updated this week
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆161Updated 2 years ago
- Go package implementing bitsets☆1,453Updated last month
- A highly optimized double-ended queue☆201Updated 2 years ago
- auto adjust your GOGC value☆228Updated last year
- XXH3 algorithm in Go☆484Updated 2 months ago
- Fast, fully fledged murmur3 in Go.☆343Updated 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
- Mango Cache 🥭 - Partial implementation of Guava Cache in Go (golang).☆601Updated 2 years ago
- Fastest and most memory efficient golang concurrent hashmap☆1,026Updated 11 months ago
- Go Pooling Helpers☆118Updated 5 years ago