Disruptor.ringBuffer

where the data is actually stored

struct Disruptor(T, ulong Size = nextPow2(10_000), ulong Consumers = 63)
T[Size] ringBuffer;

Meta