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] Avoid a superfluous stat() in DigestUtil. #21400

Merged

Commits on Feb 17, 2024

  1. [7.1.0] Avoid a superfluous stat() in DigestUtil.

    Similar in spirit to bazelbuild@bb80319. DigestUtil wraps DigestUtils, trading in Digests instead of byte arrays.
    
    There are probably other callsites that would benefit from the optimization, but I'm focused on UploadManifest at the moment.
    
    PiperOrigin-RevId: 607695005
    Change-Id: Iaa9b1f07b26f05482cb6f3fe8dfaacf50e0c07f5
    tjgq committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    35654e6 View commit details
    Browse the repository at this point in the history