cyub / ringbufferLinks
Lock-free ring buffer in Go, support SPSC/SPMC/MPSC/MPMC implementations.
☆20Updated 3 years ago
Alternatives and similar repositories for ringbuffer
Users that are interested in ringbuffer are comparing it to the libraries listed below
Sorting:
- Off heap golang memory pool☆60Updated 4 years ago
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆107Updated 2 months ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆75Updated 4 years ago
- A performant, highly concurrent and simple sharded hashmap implementation using generics☆34Updated last year
- A Go package providing thread-safe implementations of array, slice, map, stack and queue☆28Updated 6 months ago
- A fast file-based priority queue☆57Updated last year
- Simple and efficient WAL implementation in Go 🚀☆62Updated last year
- a unified channel package for buffered, unbuffered, and unbounded channels☆43Updated 2 years ago
- simple data streams for go☆31Updated 3 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆72Updated 11 months ago
- ☆123Updated 2 years ago
- A better Generic Pool (sync.Pool)☆69Updated 7 months ago
- Machine is a workflow/pipeline library for processing data☆163Updated 2 weeks ago
- High-performance Redis-Server multi-threaded framework, based on rawepoll model.☆80Updated last week
- a decision & trigger framework backed by Google's Common Expression Language☆64Updated 4 years ago
- Ordered-concurrently a library for concurrent processing with ordered output in Go. Process work concurrently and returns output in a cha…☆43Updated 2 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- An Adaptive Radix Tree (ART) implementation in Go☆83Updated 2 years ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 7 months ago
- Golang k-D tree implementation with duplicate coordinate support☆51Updated 2 years ago
- Single producer and multi-reader lockless ring buffer in go using generics from the go 1.18.x release. It is significantly faster than ch…☆163Updated 2 years ago
- Data analysis tool for Go. Similar to the famous Python library pandas.☆84Updated 3 years ago
- Wrapper around LUA script executor for long-running scripts☆24Updated last year
- Data table structure in Go, now developed at https://github.com/cogentcore/core/tree/main/tensor☆118Updated last year
- A faster RWLock primitive in Go, 2-3 times faster than RWMutex. A Go implementation of concurrency control algorithm in paper <Left-Right…☆47Updated 3 years ago
- Generic sorted map for Go with red-black tree under the hood☆66Updated 3 years ago
- UDP Transport: compress, encrypt and send any data reliably over unreliable UDP connections☆45Updated 4 years ago
- 🧵 thead facilities in Go☆18Updated 4 years ago