Skip to main content

Module ringbuffer

Module ringbuffer 

Source
Expand description

The ring buffer storage family: the source header, byte for byte as the table family. Eviction overwrites a slot in place, so created_at survives a rewrite while updated_at moves.

Structsยง

EncodedRingBufferRow
EncodedRingBufferRowBuilder
The write side of the ring buffer family: a buffer whose source header is already reserved, which freezes into an EncodedRingBufferRow and never into a row of another family.