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:
- a unified channel package for buffered, unbuffered, and unbounded channels☆43Updated 3 years ago
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆107Updated 2 weeks ago
- A Go package providing thread-safe implementations of array, slice, map, stack and queue☆28Updated 8 months ago
- Wrapper around LUA script executor for long-running scripts☆24Updated last year
- Off heap golang memory pool☆60Updated 4 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
- 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 fast file-based priority queue☆59Updated 2 weeks ago
- Generic sorted map for Go with red-black tree under the hood☆67Updated 3 years ago
- WebSocket for fasthttp☆68Updated 10 months ago
- Straightforward implementation of Raft Consensus☆66Updated 4 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆73Updated last year
- map library using Go generics that offers a standard interface, go routine synchronization, and sorting☆51Updated last month
- An Adaptive Radix Tree (ART) implementation in Go☆83Updated 2 years ago
- simple data streams for go☆31Updated 3 years ago
- Golang lock-free Hashmap and List☆73Updated 3 years ago
- Simple and efficient WAL implementation in Go 🚀☆62Updated last year
- 🧵 thead facilities in Go☆18Updated 5 years ago
- High-performance Redis-Server multi-threaded framework, based on rawepoll model.☆80Updated 3 weeks ago
- a decision & trigger framework backed by Google's Common Expression Language☆64Updated 5 years ago
- A performant, highly concurrent and simple sharded hashmap implementation using generics☆34Updated last year
- Simple Go library for executing lots of operations spread over any number of threads☆77Updated last month
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- ☆123Updated 2 years ago
- 🚀 Schema based, typed Redis caching/memoize framework for Go☆24Updated 4 years ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 9 months ago
- A fast WebSocket implementation for fasthttp and net/http. Supporting concurrent R/W operations by default.☆90Updated 4 years ago
- Data table structure in Go, now developed at https://github.com/cogentcore/core/tree/main/tensor☆117Updated last year
- Package netpoll implements a network poller based on epoll/kqueue.☆59Updated 2 years ago