smallnest / ringbuffer
a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface
☆510Updated this week
Related projects ⓘ
Alternatives and complementary repositories for ringbuffer
- reflect api without runtime reflect.Value cost☆766Updated 4 months ago
- Anti-memory-waste byte buffer pool☆1,192Updated 4 months ago
- A Go package providing a filesystem-backed FIFO queue☆470Updated last year
- Fast golang queue using ring-buffer☆613Updated last year
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆277Updated last year
- Fast and easy-to-use skip list for Go.☆381Updated last month
- ⚡️ lock-free utilities in Go☆151Updated 6 months ago
- Write ahead log for Go.☆611Updated this week
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆390Updated 5 months ago
- Zero-copy I/O primitives and pipelines for Go. Linux-specific.☆540Updated 3 months ago
- Go concurrent-safe, goroutine-safe, thread-safe queue☆396Updated last year
- Golang Serializer Benchmark Comparison☆414Updated last year
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆150Updated last year
- Fast ring-buffer deque (double-ended queue)☆590Updated this week
- concurrency utilities☆289Updated 5 years ago
- Clone any Go data structure deeply and thoroughly.☆305Updated 6 months ago
- Deep copy things☆573Updated 3 years ago
- A fast, threadsafe skip list in Go☆264Updated 3 years ago
- Simple dense bitmap index in Go with binary operators☆311Updated last year
- Go package implementing bitsets☆1,347Updated last week
- Fast, zero heap allocation Go Trie for runes or paths☆471Updated 2 months ago
- 🚀 A real-time Golang runtime stats visualization profiler☆578Updated 3 months ago
- Consistent hashing with bounded loads in Golang☆698Updated last year
- High-performance timer implementation based on 5-level time wheel. 高性能定时器(5级时间轮,最小堆)[从零实现]☆263Updated 6 months ago
- Native MurmurHash3 Go implementation☆955Updated last year
- Fast and scalable pseudorandom generator for Go☆200Updated 3 years ago
- errgroup with goroutine worker limits☆162Updated last year
- Wrapper types for sync/atomic which enforce atomic access☆1,356Updated this week
- XXH3 algorithm in Go☆409Updated last year
- a limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation☆726Updated 3 years ago