hedzr / go-ringbufLinks
Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:
☆103Updated 5 months ago
Alternatives and similar repositories for go-ringbuf
Users that are interested in go-ringbuf are comparing it to the libraries listed below
Sorting:
- Package netpoll implements a network poller based on epoll/kqueue.☆59Updated last year
- ⚡️ lock-free utilities in Go☆158Updated last year
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- ☆121Updated 2 years ago
- A fast little LRU cache for Go☆170Updated 2 years ago
- A highly optimized double-ended queue☆200Updated last year
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- a unified channel package for buffered, unbuffered, and unbounded channels☆40Updated 2 years ago
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆212Updated 10 months ago
- Zero-allocation type-safe pool for Go☆235Updated 2 years ago
- ☆80Updated 3 months ago
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆260Updated 2 years ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆581Updated 3 months ago
- auto adjust your GOGC value☆228Updated 10 months ago
- A distributed in-memory key-value store built using hashicorp/memberlist with HTTP API☆145Updated 5 months ago
- errgroup with goroutine worker limits☆165Updated 2 years ago
- Go Pooling Helpers☆116Updated 5 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…☆162Updated last year
- Server for benchmarking pure Go key/value databases☆161Updated last year
- The `io_uring` library and runtime for GO☆135Updated 2 months ago
- Cache benchmark for Golang☆74Updated last year
- Synchronization and asynchronous computation package for Go☆249Updated this week
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆286Updated 2 years ago
- ☆242Updated this week
- a thread-safe concurrent map for go☆96Updated last year
- Interactive Assembler for Go☆65Updated 8 months ago
- Hunch provides functions like: All, First, Retry, Waterfall etc., that makes asynchronous flow control more intuitive.☆105Updated 3 years ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆74Updated 3 years ago
- Fast and Scalable RPC Framework☆43Updated last year
- redisqueue provides a producer and consumer of a queue that uses Redis streams☆134Updated last year