netty5/handler
Norman Maurer c0ceef25df Various performance optimizations in OpenSslEngine
Motivation:

There are various places in OpenSslEngine wher we can do performance optimizations.

Modifications:

- Reduce JNI calls when possible
- Detect finished handshake as soon as possible
- Eliminate double calculations
- wrap multiple ByteBuffer if possible in a loop

Result:

Better performance
2015-02-09 06:20:30 +01:00
..
src Various performance optimizations in OpenSslEngine 2015-02-09 06:20:30 +01:00
pom.xml Fix dependency issues with hamcrest 2014-12-04 17:53:35 +09:00