pub fn hamming_distance_batch<'a>( from: &'a [u8], to: &'a [u8], dimension: usize, ) -> Box<dyn Iterator<Item = f32> + 'a>