netty5/microbench
Norman Maurer 4c287d4e27 Added SlicedAbstractByteBuf that can provide fast-path for _get* and _set* methods
Motivation:

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

Modifications:

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

Result:

Faster SlicedByteBuf implementations for AbstractByteBuf sub-classes.
2015-10-16 09:12:20 +02:00
..
src Added SlicedAbstractByteBuf that can provide fast-path for _get* and _set* methods 2015-10-16 09:12:20 +02:00
pom.xml Allow to disable reference count checks on every access of the ByteBuf 2015-10-15 10:21:16 +02:00
README.md Fix wiki link 2014-02-14 12:04:12 -08:00

Microbenchmark tests

See our wiki page.