1.35.2 - Optimize Hashing with ThreadLocal
Improvements
- The
sha256ToLong
method in theHashing
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)
Full Changelog: 1.35.1...1.35.2