netty5/microbench
Louis Ryan 6e108cb96a Improve the performance of copying header sets when hashing and name validation are equivalent.
Motivation:
Headers and groups of headers are frequently copied and the current mechanism is slower than it needs to be.

Modifications:
Skip name validation and hash computation when they are not necessary.
Fix emergent bug in CombinedHttpHeaders identified with better testing
Fix memory leak in DefaultHttp2Headers when clearing
Added benchmarks

Result:
Faster header copying and some collateral bug fixes
2015-11-07 08:53:10 -08:00
..
src Improve the performance of copying header sets when hashing and name validation are equivalent. 2015-11-07 08:53:10 -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.