pub fn pick_solution(solutions: &[OuterSolution], compression: f64) -> usizeExpand 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).