Skip to content

v2.5.2

Choose a tag to compare

@elliotchance elliotchance released this 24 Mar 17:36
a9ee294
perf:  New implemention for Diff() (#191)

Using set instead of nested for loops, the time complexity is reduced from O(n^2) to O(n)