distil / diffus

Apache License 2.0
47 stars 6 forks source link

reconsider LCS diff_unordered for HashSet, BTreeSet #65

Open Jim-Holmstroem opened 4 years ago

Jim-Holmstroem commented 4 years ago

those data structures aren't continous under append right? feels kinda weird to have LCS for it, since they are unordered (but iterable) and LCS algorithm kinda requires input with an order intrinsically

Jim-Holmstroem commented 4 years ago

HashSet should be map like BTreeSet however has a real order vid Ord so should still be collection