netty5/transport/src/main/java/io/netty
Trustin Lee a0e74ff984 Use thread local direct buffer for I/O when the current allocator is unpooled
- Allocating and deallocating a direct buffer for I/O is an expensive
  operation, so we have to at least have a pool of direct buffers if the
  current allocator is not pooled
2014-02-15 11:24:01 -08:00
..
bootstrap Better exception message 2014-01-13 23:32:49 +09:00
channel Use thread local direct buffer for I/O when the current allocator is unpooled 2014-02-15 11:24:01 -08:00