pub fn distance_faster(x: &[u8], y: &[u8]) -> u64
Expand description

Computes hamming distance
Assumes x and y have same length
slightly faster than naive version