cyub / ringbufferLinks
Lock-free ring buffer in Go, support SPSC/SPMC/MPSC/MPMC implementations.
☆21Updated 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 3 months ago
- A Go package providing thread-safe implementations of array, slice, map, stack and queue☆28Updated 7 months ago
- Simple and efficient WAL implementation in Go 🚀☆62Updated last year
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 8 months ago
- An Adaptive Radix Tree (ART) implementation in Go☆83Updated 2 years ago
- a unified channel package for buffered, unbuffered, and unbounded channels☆43Updated 3 years ago
- A fast file-based priority queue☆59Updated last year
- Wrapper around LUA script executor for long-running scripts☆24Updated last year
- UDP Transport: compress, encrypt and send any data reliably over unreliable UDP connections☆45Updated 4 years ago
- High-performance Redis-Server multi-threaded framework, based on rawepoll model.☆80Updated last month
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆75Updated 4 years ago
- Embedded durable, extensive, concurrent safe, highly configurable, transactional LSM tree based key-value store package☆36Updated last year
- Intuitive wrapper types enforcing atomic access for lock-free concurrency☆27Updated 5 years ago
- A JSON stream parser for Go☆68Updated 3 years ago
- Data table structure in Go, now developed at https://github.com/cogentcore/core/tree/main/tensor☆118Updated last year
- Raft backend using LevelDB☆32Updated 3 years ago
- simple data streams for go☆31Updated 3 years ago
- Simple moonlander like game with some new mechanics☆18Updated 4 years ago
- Package netpoll implements a network poller based on epoll/kqueue.☆59Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- ☆12Updated last year
- A bytecode-based virtual machine to implement scripting/filtering support in your golang project.☆119Updated last year
- a golang test framework for asserting expected escape analysis results & heap allocations☆73Updated last year
- A Go Machine Learning Package that is a light wrapper for LightGBM.☆40Updated 2 years ago
- Simply ACID* key-value database. At the medium or even low latency it tries to provide greater throughput without losing the ACID propert…☆39Updated last month
- Machine is a workflow/pipeline library for processing data☆164Updated last week
- Simple Go library for executing lots of operations spread over any number of threads☆76Updated last week
- Package for fast copying structs of different types☆52Updated 5 years ago
- WebSocket for fasthttp☆68Updated 9 months ago