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 by skipping unnecessary normalisation #3751

Merged
merged 12 commits into from Jul 9, 2023

Commits on Jun 25, 2023

  1. Skip some unnecessary normalisation

    This speeds up black by about 40% when the cache is full
    hauntsaninja committed Jun 25, 2023
    Copy the full SHA
    aea1c03 View commit details
    Browse the repository at this point in the history
  2. lint

    hauntsaninja committed Jun 25, 2023
    Copy the full SHA
    74dd147 View commit details
    Browse the repository at this point in the history
  3. changelog

    hauntsaninja committed Jun 25, 2023
    Copy the full SHA
    a9d0c07 View commit details
    Browse the repository at this point in the history
  4. comment typo

    hauntsaninja committed Jun 25, 2023
    Copy the full SHA
    58cc0ed View commit details
    Browse the repository at this point in the history
  5. fix a test

    hauntsaninja committed Jun 25, 2023
    Copy the full SHA
    cba566d View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    7103952 View commit details
    Browse the repository at this point in the history
  7. fixing mypy broke black

    hauntsaninja committed Jun 25, 2023
    Copy the full SHA
    ba5cdec View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    f6e6015 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    996770c View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    d017a02 View commit details
    Browse the repository at this point in the history
  11. Revert "don't recompute relative to root"

    This reverts commit d017a02.
    hauntsaninja committed Jun 25, 2023
    Copy the full SHA
    bc9b735 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Copy the full SHA
    c29a6de View commit details
    Browse the repository at this point in the history