smallnest / ringbufferLinks
a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface
☆573Updated 2 months ago
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☆795Updated 2 months ago
- Write ahead log for Go.☆662Updated 6 months ago
- go wrapper for zstd☆448Updated 7 months ago
- Fast golang queue using ring-buffer☆628Updated 2 years ago
- Anti-memory-waste byte buffer pool☆1,275Updated 10 months ago
- Zero-copy I/O primitives and pipelines for Go. Linux-specific.☆546Updated 9 months ago
- Simple dense bitmap index in Go with binary operators☆334Updated last week
- Zero-allocation reflection library for Go☆572Updated last year
- A Go package providing a filesystem-backed FIFO queue☆482Updated last year
- Fast, zero heap allocation Go Trie for runes or paths☆493Updated 8 months ago
- ⚡️ lock-free utilities in Go☆157Updated last year
- XXH3 algorithm in Go☆451Updated 2 months ago
- A portable mmap package for Go☆1,027Updated 5 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 ring-buffer deque (double-ended queue)☆682Updated last month
- Fastest and most memory efficient golang concurrent hashmap☆993Updated 7 months ago
- concurrency utilities☆299Updated 5 years ago
- Go concurrent-safe, goroutine-safe, thread-safe queue☆425Updated 2 years ago
- Fast, fully fledged murmur3 in Go.☆333Updated 2 years ago
- Clone any Go data structure deeply and thoroughly.☆317Updated last month
- Fast and scalable pseudorandom generator for Go☆205Updated 3 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.☆257Updated 2 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- Fast and easy-to-use skip list for Go.☆416Updated 8 months ago
- Mango Cache 🥭 - Partial implementation of Guava Cache in Go (golang).☆595Updated 2 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated 10 months ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆400Updated last year
- Golang implementation of Radix trees☆908Updated 10 months ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆157Updated 2 years ago
- ☆239Updated 3 weeks ago