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

virtual-target.register 6x performance improvement #303

Commits on May 4, 2023

  1. virtual-target.register 6x performance improvement

    total 79.2 -> 13.2 (6.0x)
    self 34.2 -> 8.1 (4.2x)
    
    target.actual-name is an ideal cache key because it is already used to register targets in the build engine which requires on it to be unique enough to not collide, while also is the shortest unique identifying string which is for a file targets consists of the target relevant properties, path prefix and name.
    Kojoley committed May 4, 2023
    Configuration menu
    Copy the full SHA
    6a802c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Configuration menu
    Copy the full SHA
    42f1f10 View commit details
    Browse the repository at this point in the history