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 3 years ago
- ☆12Updated 8 months ago
- A Go package providing thread-safe implementations of array, slice, map, stack and queue☆25Updated 3 weeks ago
- Collect data about your dependencies☆43Updated last month
- a unified channel package for buffered, unbuffered, and unbounded channels☆40Updated 2 years ago
- Wrapper around LUA script executor for long-running scripts☆20Updated 9 months ago
- simple data streams for go☆31Updated 2 years ago
- A performant, highly concurrent and simple sharded hashmap implementation using generics☆33Updated last year
- Streaming JSON encoding for Golang☆30Updated 6 months ago
- A fast file-based priority queue☆58Updated last year
- go2 generics experiment in building generic augmented BTree data structures☆24Updated 3 years ago
- ☆28Updated 3 years ago
- Simple Go library for executing lots of operations spread over any number of threads☆74Updated 2 years ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆74Updated 3 years ago
- Fast, thread-safe arena allocators☆23Updated 2 years ago
- Go library to scan regular expression capture group to variable similar to fmt.Scanf☆14Updated 4 years ago
- A service for managing locks in multiprocess/distributed systems☆13Updated 2 years ago
- NUMA is a utility library, which is written in go. It help us to write some NUMA-AWARED code.☆34Updated 7 months ago
- Software Transactional Locks☆30Updated 4 years ago
- Fast and Scalable RPC Framework☆43Updated last year
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- High performance approximate algorithms in Go (e.g. morris counter, count min, etc.)☆15Updated last year
- Binary heap priority queues in Go☆31Updated 4 years ago
- This Project aims to port/build well known and commonly used data structures to GO.☆29Updated 3 years ago
- Sequential and parallel mergesort in Go☆16Updated 5 years ago
- A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.☆23Updated 3 months ago
- High-performance Redis-Server multi-threaded framework, based on rawepoll model.☆79Updated last month
- Adaptive Accrual Failure Detector☆15Updated 3 years ago
- Package netpoll implements a network poller based on epoll/kqueue.☆59Updated last year
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 2 months ago