netty5/common/src/main
Norman Maurer fd0d06ee39
Replace reflection usage with MethodHandles when performance matters (#10097)
Motivation:

As we have java8 as a minimum target we can use MethodHandles. We should do so when we expect to have a method called multiple times.

Modifications:

- Replace usage of reflection with MethodHandles where it makes sense
- Remove some code which was there to support java < 8

Result:

Faster code
2020-03-11 21:04:40 +01:00
..
java/io/netty/util Replace reflection usage with MethodHandles when performance matters (#10097) 2020-03-11 21:04:40 +01:00
resources/META-INF Initialize some classes at runtime to improve GraalVM support (#9963) 2020-01-24 06:41:05 -08:00
script Make IntObjectHashMap extend Map 2015-07-22 15:52:27 -07:00
templates/io/netty/util/collection Support removal using values iterator. (#8866) 2019-02-26 21:29:07 +01:00