2183c129d1
Related: #3113 Motivation: Because ChannelHandlerContext is most often instantiated by an I/O thread, we can rely on thread-local variables to keep the skipFlags cache, which should be faster than partitioned synchronized variable. Modifications: Use FastThreadLocal for skipFlagsCache instead of partitioned synchronized map. Result: Less contention |
||
---|---|---|
.. | ||
src | ||
pom.xml |