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

Improve performance (part III) #1604

Merged
merged 4 commits into from Oct 15, 2022
Merged

Improve performance (part III) #1604

merged 4 commits into from Oct 15, 2022

Commits on Oct 15, 2022

  1. Copy the full SHA
    20c7f8e View commit details
    Browse the repository at this point in the history
  2. Replace Set#any? with negated Set#empty?

    This is far faster.
    denisdefreyne committed Oct 15, 2022
    Copy the full SHA
    0dccd04 View commit details
    Browse the repository at this point in the history
  3. Optimise #dependencies_causing_outdatedness_of

    The props-to-hash-to-props dance is not needed, and was causing slowness.
    denisdefreyne committed Oct 15, 2022
    Copy the full SHA
    9ba05d9 View commit details
    Browse the repository at this point in the history
  4. Speed up Document#[]=

    denisdefreyne committed Oct 15, 2022
    Copy the full SHA
    113ae81 View commit details
    Browse the repository at this point in the history