You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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)
0 commit comments