netty5/microbench
Scott Mitchell 33b74e3f87 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:29:17 -08:00
..
2015-11-10 10:29:17 -08:00
2014-02-14 12:03:51 -08:00

Microbenchmark tests

See our wiki page.