netty5/microbench
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
..
src AsciiString optimized hashCode 2015-11-10 10:28:31 -08:00
pom.xml Exclude native transport related test and dependency when not running under Linux, close #4409 2015-10-29 16:23:25 +01:00
README.md Fix wiki link 2014-02-14 12:04:12 -08:00

Microbenchmark tests

See our wiki page.