f8f58cd734
Motivation: Creating a new MessageDigest every time is wasteful, we should store them in FastThreadLocal. Modifications: Change WebSocketUtil to store MD5 and SHA1 MessageDigest in FastThreadLocal and use these. Result: Less overhead and less GC. |
||
---|---|---|
.. | ||
src | ||
pom.xml |