f5b4937543
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. |
||
---|---|---|
.. | ||
src/test | ||
pom.xml | ||
README.md |
Microbenchmark tests
See our wiki page.