Skip to main content

Sequence-Driven Disruptor

seqflow

High-performance lock-free Disruptor for Go

Get StartedView on GitHub

10x Faster Than Channel

Single-writer Reserve in 2.1 ns/op. Batch reserve 160x faster. Zero allocations. Zero GC.

DAG Consumer Topology

Pipeline, diamond, fan-out. Declare handler dependencies with DependsOn(). Any directed acyclic graph.

Production Ready

4 wait strategies, optional metrics, graceful shutdown. Single package, no external dependencies.