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

performance: eliminate operations on removed nodes #188

Merged
merged 2 commits into from
Aug 13, 2024

Commits on Aug 13, 2024

  1. Do not scrub attributes on a removed node

    This should improve performance by eliminating unneeded scrubbing of attributes.
    flavorjones committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a2edfdc View commit details
    Browse the repository at this point in the history
  2. Do not scrub removed attributes

    This should improve performance by eliminating needless sanitization
    of attributes that are already removed.
    flavorjones committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b4efdad View commit details
    Browse the repository at this point in the history