Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize Diff for frequent equality #204

Merged
merged 1 commit into from
May 26, 2020
Merged

Optimize Diff for frequent equality #204

merged 1 commit into from
May 26, 2020

Commits on May 20, 2020

  1. Optimize Diff for frequent equality

    Diff is most often used in tests where the expected outcome
    is equality (and thus no reported difference). Optimize for this
    situation by performing a fast-pass equality check and only fall
    back on constructing a report if inequal.
    dsnet committed May 20, 2020
    Configuration menu
    Copy the full SHA
    56651e2 View commit details
    Browse the repository at this point in the history