-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[7.1.0] Avoid a superfluous stat() in DigestUtil. (#21400)
Similar in spirit to 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
- Loading branch information
Showing
2 changed files
with
22 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters