pub fn top_candidates<'a, T>(
    n: usize,
    results: impl Iterator<Item = (T, f32)>
) -> Vec<(T, f32)>