commit 1c7f8717f7d2453699badd65470c3990e8eb5585 from: Neels Hofmeyr date: Thu Oct 22 01:17:21 2020 UTC patience: use qsort commit - 72e4a018d51ae1a3a7c2870aa8dc33cbad2c3143 commit + 1c7f8717f7d2453699badd65470c3990e8eb5585 blob - 48f13cb8937b1ceada2e72b1df9a5bab9abf059d blob + 2636b53c98137886a67fa7e9eaf34d32e205498f --- lib/diff_patience.c +++ lib/diff_patience.c @@ -34,7 +34,7 @@ * 1: qsort * 2: mergesort */ -#define UNIQUE_STRATEGY 2 +#define UNIQUE_STRATEGY 1 /* Per-atom state for the Patience Diff algorithm */ struct atom_patience {