Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release] 1.35.2 - Optimize Hashing with ThreadLocal (#420)
### Improvements - The `sha256ToLong` method in the `Hashing` class has been optimized to use ThreadLocal for MessageDigest instances. This ensures thread safety and improves performance in multi-threaded environments. >Included In This Release >- d4aa1cf Weihao Ding > - fix: Optimize sha256ToLong with ThreadLocal (#419)
- Loading branch information