smallnest / ringbufferLinks
a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface
☆580Updated 3 months ago
Alternatives and similar repositories for ringbuffer
Users that are interested in ringbuffer are comparing it to the libraries listed below
Sorting:
- Anti-memory-waste byte buffer pool☆1,274Updated 11 months ago
- reflect api without runtime reflect.Value cost☆797Updated 2 months ago
- Fast golang queue using ring-buffer☆627Updated 2 years ago
- A Go package providing a filesystem-backed FIFO queue☆484Updated last year
- Zero-copy I/O primitives and pipelines for Go. Linux-specific.☆547Updated 10 months ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆286Updated 2 years ago
- Fast and easy-to-use skip list for Go.☆416Updated 8 months ago
- A portable mmap package for Go☆1,035Updated 6 months ago
- Fast, zero heap allocation Go Trie for runes or paths☆493Updated 9 months ago
- Go concurrent-safe, goroutine-safe, thread-safe queue☆427Updated 2 years ago
- ⚡️ lock-free utilities in Go☆156Updated last year
- Fastest and most memory efficient golang concurrent hashmap☆999Updated 7 months ago
- Thread-safe file locking library in Go☆637Updated 3 weeks ago
- concurrency utilities☆299Updated 5 years ago
- Clone any Go data structure deeply and thoroughly.☆320Updated last month
- Golang Serializer Benchmark Comparison☆417Updated 2 years ago
- Fast ring-buffer deque (double-ended queue)☆685Updated last month
- Write ahead log for Go.☆663Updated 7 months ago
- Zero-allocation reflection library for Go☆574Updated last year
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆402Updated last year
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆958Updated 2 weeks ago
- Go package implementing bitsets☆1,423Updated 2 weeks ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆157Updated 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.☆208Updated 9 months 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.☆256Updated 2 years ago
- auto adjust your GOGC value☆228Updated 10 months ago
- Mango Cache 🥭 - Partial implementation of Guava Cache in Go (golang).☆596Updated 2 years ago
- 🚀 A real-time Golang runtime stats visualization profiler☆588Updated 10 months ago
- Golang implementation of Radix trees☆912Updated 11 months ago
- ☆485Updated last month