pub fn is_balanced(partitions: &[WorkPartition]) -> boolExpand description
Check if partitions are balanced (no worker has more than 2x the average).
pub fn is_balanced(partitions: &[WorkPartition]) -> boolCheck if partitions are balanced (no worker has more than 2x the average).