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

[7.1.0] Make it possible to avoid an extra stat() when obtaining a digest from the cache. #21353

Merged

Commits on Feb 14, 2024

  1. [7.1.0] Make it possible to avoid an extra stat() when obtaining a di…

    …gest from the cache.
    
    For now, it's only used to optimize out a stat() required by the execution log, which adds up for very large tree artifacts. However, there are other callsites that could be refactored to benefit from it.
    
    PiperOrigin-RevId: 606891771
    Change-Id: Ib2f6428009b86e609f4e46c4ac0ac4b2714414ff
    tjgq committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    32504ff View commit details
    Browse the repository at this point in the history