Skip to main content

chronon::observe::ReorderBufferConfig

ReorderBuffer configuration.

#include <ReorderBuffer.hpp>

Public Attributes

Name
uint64_twatermark_cycles
Flush delay (cycles behind min).
size_tmax_buffer_events
Force-flush threshold.
size_tinitial_arena_size

Public Attributes Documentation

variable watermark_cycles

uint64_t watermark_cycles = 1000;

Flush delay (cycles behind min).

variable max_buffer_events

size_t max_buffer_events = 100000;

Force-flush threshold.

variable initial_arena_size

size_t initial_arena_size = 4 * 1024 * 1024;

Updated on 2026-05-26 at 05:42:32 +0000