netty5/transport
Trustin Lee 59f11ed64f Optimize AbstractChannel and related classes
- AbstractChannel.doRead() is split into two versions so that the
  implementation doesn't have to validate the buffer type.
- Optimized ChannelBufferHolder a little bit
- Reduced GC related with flush future notification
  - Added FlushCheckpoint and DefaultChannelFuture implements it
    opportunistically
-
2012-05-25 06:16:25 -07:00
..
src Optimize AbstractChannel and related classes 2012-05-25 06:16:25 -07:00
pom.xml Code cleanup 2012-03-30 12:48:28 +09:00