lcs only performed on small sequences, resulting in large diffs for larger sequences #21
Open
Description
this line: https://github.com/intelie/immutable-js-diff/blob/master/src/diff.js#L67 performs a mapdiff if the input sequences are >99 long, which results in a large element-by-element diff. this is very unexpected and was hard to track down.
Metadata
Assignees
Labels
No labels