netty5/microbench/src/main
Francesco Nigro c78be33443 Added configurable ByteBuf bounds checking (#7521)
Motivation:

The JVM isn't always able to hoist out/reduce bounds checking (due to ref counting operations etc etc) hence making it configurable could improve performances for most CPU intensive use cases.

Modifications:

Each AbstractByteBuf bounds check has been tested against a new static final configuration property similar to checkAccessible ie io.netty.buffer.bytebuf.checkBounds.

Result:

Any user could disable ByteBuf bounds checking in order to get extra performances.
2018-09-03 20:33:47 +02:00
..
java/io/netty Added configurable ByteBuf bounds checking (#7521) 2018-09-03 20:33:47 +02:00
resources Add benchmarks for SSLEngine implementations 2017-02-24 08:02:10 +01:00