Skip to main content

pick_solution

Function pick_solution 

Source
pub fn pick_solution(solutions: &[OuterSolution], compression: f64) -> usize
Expand description

Select the best solution from the Pareto frontier.

The compression parameter controls the tradeoff:

  • Higher values prefer smaller tables (more compression).
  • Lower values prefer fewer lookups (faster access).