摘要:
0. FastThreadLocal简介 如同注释中所说:A special variant of ThreadLocal that yields higher access performance when accessed from a FastThreadLocalThread. 这是Thre 阅读全文
摘要:
0. ChannelInitializer简介 直接用ChannelInitializer的注释吧:A special ChannelInboundHandler which offers an easy way to initialize a Channel once it was registe 阅读全文
摘要:
ByteBuffer的源码中有这样一段注释: A byte buffer is either direct or non-direct. Given a direct byte buffer, the Java virtual machine will make a best effort to p 阅读全文