netty5/common/src
jiachun.fjc 963cd22a05 InternalThreadLocalMap#stringBuilder: ensure memory overhead
Motivation:

InternalThreadLocalMap#stringBuilder: ensure memory overhead

Modification:

If the capacity of StringBuilder is greater than 65536 then release it on the next time you get StringBuilder and re-create a StringBuilder.

Result:

Possible less memory usage.
2017-05-05 09:28:51 -07:00
..
main InternalThreadLocalMap#stringBuilder: ensure memory overhead 2017-05-05 09:28:51 -07:00
test Introduce HashedWheelTimer.pendingTimeouts() 2017-05-01 20:10:22 -07:00