netty5/common/src/test
Scott Mitchell b4b791353d AsciiString optimized hashCode
Motivation:
The AsciiString.hashCode() method can be optimized. This method is frequently used while to build the DefaultHeaders data structure.

Modification:
- Add a PlatformDependent hashCode algorithm which utilizes UNSAFE if available

Result:
AsciiString hashCode is faster.
2015-11-10 10:28:31 -08:00
..
java/io/netty/util AsciiString optimized hashCode 2015-11-10 10:28:31 -08:00
templates/io.netty.util.collection Make IntObjectHashMap extend Map 2015-07-22 15:52:27 -07:00