netty5/common
Trustin Lee 04bae9bceb Use sun.misc.Unsafe to access a direct ByteBuffer
- Add PooledUnsafeDirectByteBuf, a variant of PooledDirectByteBuf, which
  accesses its underlying direct ByteBuffer using sun.misc.Unsafe.
- To decouple Netty from sun.misc.*, sun.misc.Unsafe is accessed via
  PlatformDependent.
- This change solely introduces about 8+% improvement in direct memory
  access according to the tests conducted as described in #918
2013-01-11 16:25:12 +09:00
..
src Use sun.misc.Unsafe to access a direct ByteBuffer 2013-01-11 16:25:12 +09:00
pom.xml Fix the incorrect snapshot version number 2012-12-13 22:49:31 +09:00