netty5/microbench/src/test
Xiaoyan Lin f5b4937543 Speed up the slow path of FastThreadLocal
Motivation:

The current slow path of FastThreadLocal is much slower than JDK ThreadLocal. See #4418

Modifications:

- Add FastThreadLocalSlowPathBenchmark for the flow path of FastThreadLocal
- Add final to speed up the slow path of FastThreadLocal

Result:

The slow path of FastThreadLocal is improved.
2016-03-23 11:44:30 +01:00
..
java/io/netty/microbench Speed up the slow path of FastThreadLocal 2016-03-23 11:44:30 +01:00
resources microbench: move from Caliper to JMH 2014-01-14 14:56:20 +09:00