pub fn compute_diff_chunks<'a>(old: &'a str, new: &'a str) -> Vec<Chunk<'a>>
Compute an optimal diff between two strings using Myers algorithm.