cyub / ringbufferLinks
Lock-free ring buffer in Go, support SPSC/SPMC/MPSC/MPMC implementations.
☆18Updated 2 years ago
Alternatives and similar repositories for ringbuffer
Users that are interested in ringbuffer are comparing it to the libraries listed below
Sorting:
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆103Updated 6 months ago
- a unified channel package for buffered, unbuffered, and unbounded channels☆41Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)☆139Updated 2 years ago
- Off heap golang memory pool☆60Updated 4 years ago
- An Adaptive Radix Tree (ART) implementation in Go☆81Updated last year
- Raft backend using LevelDB☆32Updated 3 years ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆74Updated 3 years ago
- Generic sorted map for Go with red-black tree under the hood☆64Updated 3 years ago
- A fast file-based priority queue☆58Updated last year
- Ordered-concurrently a library for concurrent processing with ordered output in Go. Process work concurrently and returns output in a cha…☆41Updated 2 years ago
- High-performance Redis-Server multi-threaded framework, based on rawepoll model.☆79Updated 3 months ago
- A Go package providing thread-safe implementations of array, slice, map, stack and queue☆26Updated 2 months ago
- Simple and efficient WAL implementation in Go 🚀☆61Updated last year
- 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
- ☆122Updated 2 years ago
- A Rust port of BuntDB☆14Updated 4 years ago
- Golang lock-free Hashmap and List☆70Updated 2 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆71Updated 7 months ago
- Simple Go stream processor☆32Updated 10 months ago
- Wrapper around LUA script executor for long-running scripts☆22Updated 11 months ago
- adaptive radix tree (a.k.a prefix tree or compact trie)☆33Updated 4 months ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 4 months ago
- A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.☆24Updated 5 months ago
- simple data streams for go☆31Updated 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…☆162Updated last year
- Data table structure in Go, now developed at https://github.com/cogentcore/core/tree/main/tensor☆116Updated last year
- A performant, highly concurrent and simple sharded hashmap implementation using generics☆33Updated last year
- a decision & trigger framework backed by Google's Common Expression Language☆65Updated 4 years ago
- In memory sharded cache implementation☆34Updated 4 years ago