Skip to main content

Module threshold

Module threshold 

Source
Expand description

Writer-side spill policy: threshold-based, spills the middle of the queue.

Structs§

Threshold
A threshold-based SpillPolicy: when a queue’s resident-byte count exceeds head_reserve_bytes + threshold_bytes, spill all entries past the head reserve (except the last entry, which stays as the try_merge target).