netty5/buffer/src
Norman Maurer 8c93f4b1ef Added DuplicatedAbstractByteBuf that can provide fast-path for _get* and _set* methods
Motivation:

DuplicatedByteBuf can be used for any ByteBuf implementations and so can not do any optimizations that could be done
when AbstractByteBuf is duplicated.

Modifications:

- Add DuplicatedAbstractByteBuf that can eliminate range and reference count checks for _get* and _set* methods.

Result:

Faster DuplicatedByteBuf implementations for AbstractByteBuf sub-classes.
2015-10-16 08:56:35 +02:00
..
main/java/io/netty/buffer Added DuplicatedAbstractByteBuf that can provide fast-path for _get* and _set* methods 2015-10-16 08:56:35 +02:00
test/java/io/netty/buffer Minimize object allocation when calling AbstractByteBuf.toString(..., Charset) 2015-10-15 17:51:57 +02:00