This Julia package implements a set of diffing utilities to more easily visualize differences between two inputs. Currently, this package focuses on differences between strings but the goal is to expand to all kind of Julia objects like dictionnaries, images and more in a composable manner.
- E. Myers (1986). "An O(ND) Difference Algorithm and Its Variations".
- This cool blog post for the Myers algorithm implementation