Skip to content

Commit

Permalink
docs(README): remove warning about LCS and Factorize options
Browse files Browse the repository at this point in the history
  • Loading branch information
wI2L committed Mar 6, 2024
1 parent 057572e commit 91dfcd6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,6 @@ For such situations, you can use the `Equivalent()` option to instruct the diff

> [!WARNING]
> This is a new/experimental option, which might be promoted as the default behavior in the future.
>
> **Do not use in conjunction with the `Factorize()` option, it will lead to unexpected results**.
The default algorithm used to compare arrays is naive and can generate a lot of operations. For example, if a single element located *in the middle* of the array is deleted, all items to its right will be shifted one position to the left, generating one `replace` operation per item.

Expand Down

0 comments on commit 91dfcd6

Please # to comment.