You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs for DiffMain and DiffMainRunes don't explain what the checklines parameter is used for.
Digging through the source, it looks like this has an impact on how the diff is calculated, if the input is large enough. But I'm unclear the pros and cons for choosing this.
Happy to make a PR to update the documentation if someone can advise on the use?
The text was updated successfully, but these errors were encountered:
@param checklines Speedup flag. If false, then don't run a line-level diff first to identify the changed areas. If true, then run a faster slightly less optimal diff.
It would be great if you update the documentation with its definition!
The docs for
DiffMain
andDiffMainRunes
don't explain what thechecklines
parameter is used for.Digging through the source, it looks like this has an impact on how the diff is calculated, if the input is large enough. But I'm unclear the pros and cons for choosing this.
Happy to make a PR to update the documentation if someone can advise on the use?
The text was updated successfully, but these errors were encountered: