netty5/common
Norman Maurer a4e9ba5472 [#3652] Improve performance of StringUtil.simpleClassName()
Motivation:

static Package getPackage(Class<?> c) uses synchronized block internally.
Thanks to @jingene for the hint and initial report of the issue.

Modifications:

-Use simple lastIndexOf(...) and substring for a faster implementation

Result:

No more lock condition.
2015-04-22 09:15:16 +02:00
..
src [#3652] Improve performance of StringUtil.simpleClassName() 2015-04-22 09:15:16 +02:00
pom.xml Auto-generating primitive collections for int and char keys. 2015-04-10 07:56:54 -07:00