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

Appcleaner: Faster deletion and better progress information #1486

Merged
merged 3 commits into from
Nov 29, 2024

Commits on Nov 28, 2024

  1. Move post-deletion-failure exist check into the FileOpsHost to save a…

    …nother IPC transaction
    d4rken committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    aa8edec View commit details
    Browse the repository at this point in the history
  2. Improve filterDistinctRoots performance

    By using a cheap path length comparison we can return faster from within `isAncestorOf` in some cases.
    d4rken committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    c396768 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21259dd View commit details
    Browse the repository at this point in the history