mitsuhiko / similar

A high level diffing library for rust based on diffs
https://insta.rs/similar
Apache License 2.0
974 stars 32 forks source link

Add compaction support #22

Closed mitsuhiko closed 3 years ago

mitsuhiko commented 3 years ago

This adds compaction support which produces nicers diffs. The logic here is taken from diffy.

This also adds a small speedup that first creates ints out of the strings in the text diff module for faster comparisons.