netty5/transport/src/main/java
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
..
io/netty Use thread local direct buffer for I/O when the current allocator is unpooled 2014-02-15 11:24:01 -08:00