netty5/common
Scott Mitchell 70651cc58d HpackUtil.equals performance improvement
Motivation:
PR #5355 modified interfaces to reduce GC related to the HPACK code. However this came with an anticipated performance regression related to HpackUtil.equals due to AsciiString's increase cost of charAt(..). We should mitigate this performance regression.

Modifications:
- Introduce an equals method in PlatformDependent which doesn't leak timing information and use this in HpcakUtil.equals

Result:
Fixes https://github.com/netty/netty/issues/5436
2016-06-27 14:37:39 -07:00
..
src HpackUtil.equals performance improvement 2016-06-27 14:37:39 -07:00
pom.xml Update dependencies and plugins to latest possible versions. 2016-06-27 13:35:35 +02:00