Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

Jump to
aarondb include aarondb@shared@state_Config.hrl
Raw

include/aarondb@shared@state_Config.hrl

-record(config, {
parallel_threshold :: integer(),
batch_size :: integer(),
prefetch_enabled :: boolean(),
zero_copy_threshold :: integer()
}).