I am using dissimilar implicitly through expect_test and when it runs a diff on a ~850 line file vs a ~3000 line file (mostly entirely different) it takes an incredibly long time to produce a diff. This is running in debug mode since it is in a test but is there a way to improve the performance of this crate?
I am using
dissimilarimplicitly throughexpect_testand when it runs a diff on a ~850 line file vs a ~3000 line file (mostly entirely different) it takes an incredibly long time to produce a diff. This is running in debug mode since it is in a test but is there a way to improve the performance of this crate?