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
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆75Updated 4 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆107Updated 2 weeks ago
- a unified channel package for buffered, unbuffered, and unbounded channels☆43Updated 3 years ago
- A fast file-based priority queue☆59Updated 2 weeks ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 9 months ago
- simple data streams for go☆31Updated 3 years ago
- Ordered-concurrently a library for concurrent processing with ordered output in Go. Process work concurrently and returns output in a cha…☆44Updated 2 years ago
- Simple Go library for executing lots of operations spread over any number of threads☆77Updated last month
- Simple and efficient WAL implementation in Go 🚀☆62Updated last year
- An Adaptive Radix Tree (ART) implementation in Go☆83Updated 2 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆73Updated last year
- go2 generics experiment in building generic augmented BTree data structures☆25Updated last month
- Raft backend using LevelDB☆32Updated 3 years ago
- ☆123Updated 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
- Simply ACID* key-value database. At the medium or even low latency it tries to provide greater throughput without losing the ACID propert…☆39Updated 2 weeks ago
- A performant, highly concurrent and simple sharded hashmap implementation using generics☆34Updated last year
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- Storing strings without GC overhead☆86Updated last month
- A Go package providing thread-safe implementations of array, slice, map, stack and queue☆28Updated 8 months ago
- Straightforward implementation of Raft Consensus☆66Updated 4 years ago
- High-performance Redis-Server multi-threaded framework, based on rawepoll model.☆80Updated 3 weeks ago
- Data table structure in Go, now developed at https://github.com/cogentcore/core/tree/main/tensor☆117Updated last year
- WebSocket for fasthttp☆68Updated 10 months ago
- A spinlock implementation for Go.☆63Updated 4 years ago
- Fast and Scalable RPC Framework☆43Updated 2 years ago
- SkeletonDB is a lock-less thread safe in memory MVCC store written in Go.☆23Updated 9 years ago