[][src]Function mih_rs::ls::exhaustive_search

pub fn exhaustive_search(codes: &[u64], qcode: u64) -> Vec<(usize, usize)>

Computes all the Hamming distances bwtween codes and qcode. Returns the tuples of code id and the distance.