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:
- Off heap golang memory pool☆60Updated 4 years ago
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆104Updated 6 months ago
- Fastest and most efficient goroutine pool (experimental)☆139Updated 2 years ago
- A fast file-based priority queue☆58Updated last year
- a unified channel package for buffered, unbuffered, and unbounded channels☆41Updated 2 years ago
- A Go package providing thread-safe implementations of array, slice, map, stack and queue☆27Updated 2 months ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆74Updated 3 years ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 4 months ago
- Simple and efficient WAL implementation in Go 🚀☆61Updated last year
- adaptive radix tree (a.k.a prefix tree or compact trie)☆33Updated 5 months ago
- An Adaptive Radix Tree (ART) implementation in Go☆81Updated last year
- Package netpoll implements a network poller based on epoll/kqueue.☆59Updated last year
- High-performance Redis-Server multi-threaded framework, based on rawepoll model.☆79Updated this week
- simple data streams for go☆31Updated 3 years ago
- SkeletonDB is a lock-less thread safe in memory MVCC store written in Go.☆23Updated 8 years ago
- 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
- Generic sorted map for Go with red-black tree under the hood☆65Updated 3 years ago
- map library using Go generics that offers a standard interface, go routine synchronization, and sorting☆51Updated 6 months ago
- Data table structure in Go, now developed at https://github.com/cogentcore/core/tree/main/tensor☆116Updated last year
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- Wrapper around LUA script executor for long-running scripts☆22Updated 11 months ago
- ☆12Updated 10 months ago
- Raft backend using LevelDB☆32Updated 3 years ago
- on-disk hash table(mainly for WAL).☆29Updated last year
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- This Project aims to port/build well known and commonly used data structures to GO.☆29Updated 3 years ago
- A golang zero-allocation HTTP parser (and eventually http server)☆77Updated 10 years ago
- Simple Go library for executing lots of operations spread over any number of threads☆75Updated 2 years ago
- 🚀 Schema based, typed Redis caching/memoize framework for Go☆24Updated 3 years ago
- A sync.WaitGroup with error handling and concurrency control☆49Updated last week