pub fn distance_faster(x: &[u8], y: &[u8]) -> u64
Computes hamming distance Assumes x and y have same length slightly faster than naive version
x
y