Skip to main content

aligned_partition_units

Function aligned_partition_units 

Source
pub fn aligned_partition_units(
    name: &str,
    semantic_units: usize,
    elements_per_unit: usize,
    required_alignment: usize,
) -> Result<usize, ParallelPlanError>
Expand description

Returns the finest legal logical-unit count for an aligned partition.