Skip to main content

Crate adze_concurrency_plan_core

Crate adze_concurrency_plan_core 

Source
Expand description

Pure policy helpers for bounded parallel partition planning.

Structs§

ParallelPartitionPlan
Planning metadata for bounded parallel partitioning.

Constants§

DIRECT_PARALLEL_THRESHOLD_MULTIPLIER
Workloads at or below concurrency * DIRECT_PARALLEL_THRESHOLD_MULTIPLIER prefer direct parallel iteration over chunk partitioning.
MIN_CONCURRENCY
Minimum valid concurrency value.

Functions§

normalized_concurrency
Normalize a requested concurrency value.