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:
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆107Updated last week
- Off heap golang memory pool☆60Updated 4 years ago
- An Adaptive Radix Tree (ART) implementation in Go☆83Updated 2 years ago
- A Go package providing thread-safe implementations of array, slice, map, stack and queue☆28Updated 7 months ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆75Updated 4 years ago
- ☆123Updated 2 years ago
- A fast file-based priority queue☆59Updated last week
- Simple and efficient WAL implementation in Go 🚀☆62Updated last year
- a unified channel package for buffered, unbuffered, and unbounded channels☆43Updated 3 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- simple data streams for go☆31Updated 3 years ago
- ☆30Updated 2 years ago
- Raft backend using LevelDB☆32Updated 3 years ago
- High-performance Redis-Server multi-threaded framework, based on rawepoll model.☆80Updated 3 weeks ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 9 months 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 week
- Simple Go library for executing lots of operations spread over any number of threads☆77Updated last month
- Package netpoll implements a network poller based on epoll/kqueue.☆59Updated 2 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
- ☆12Updated last year
- Generic sorted map for Go with red-black tree under the hood☆67Updated 3 years ago
- Cache benchmark for Golang☆77Updated 2 years ago
- go2 generics experiment in building generic augmented BTree data structures☆25Updated last month
- A golang zero-allocation HTTP parser (and eventually http server)☆79Updated 11 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- The vbalancer is a highload proxy for TCP traffic. It provides high availability, scalability for applications running on multiple server…☆28Updated 2 weeks ago
- Storing strings without GC overhead☆85Updated last month
- on-disk hash table(mainly for WAL).☆29Updated 2 years ago
- Load file-backed memory☆122Updated 3 years ago
- Data table structure in Go, now developed at https://github.com/cogentcore/core/tree/main/tensor☆117Updated last year