pub fn compute_diff<T: Eq + Hash>(source: &[T], target: &[T]) -> Vec<Change>
Computes the diff between two slices using HistogramDiff and default equality.