pub fn compute_diff_full<T, F, L>(
source: &[T],
target: &[T],
equalizer: &F,
max_chain_length: usize,
listener: Option<&mut L>,
) -> Vec<Change>Expand description
Full histogram diff entry point with workspace and listener support.