netty5/common/src/test/java/io/netty/util
Scott Mitchell ba6ce5449e Headers Performance Boost and Interface Simplification
Motivation:
A degradation in performance has been observed from the 4.0 branch as documented in https://github.com/netty/netty/issues/3962.

Modifications:
- Simplify Headers class hierarchy.
- Restore the DefaultHeaders to be based upon DefaultHttpHeaders from 4.0.
- Make various other modifications that are causing hot spots.

Result:
Performance is now on par with 4.0.
2015-08-17 08:50:11 -07:00
..
concurrent Fix possible IllegalStateException caused by closeNotifyTimeout when using SslHandler 2015-05-06 21:50:16 +02:00
internal [#3652] Improve performance of StringUtil.simpleClassName() 2015-04-22 09:14:40 +02:00
AsciiStringTest.java Headers Performance Boost and Interface Simplification 2015-08-17 08:50:11 -07:00
AttributeKeyTest.java Allow to get existing ChannelOption / AttributeKey from String 2015-02-18 09:29:37 +01:00
ByteStringTest.java Headers Performance Boost and Interface Simplification 2015-08-17 08:50:11 -07:00
ConstantPoolTest.java Fix a ConstantPoolTest failure 2014-07-29 15:46:15 -07:00
DefaultAttributeMapTest.java Document the contract of Attribute.getAndSet(...) and set(...) 2015-04-14 09:53:53 +02:00
HashedWheelTimerTest.java [#2744] Fix flakey HashedWheelTimerTest.testExecutionOnTime() 2014-08-06 07:03:31 +02:00
NetUtilTest.java Fix checkstyle 2014-11-12 12:28:18 +09:00
RecyclerTest.java Fix a bug where Recycler's capacity can increase beyond its maximum 2014-12-06 17:58:31 +09:00
ThreadDeathWatcherTest.java Refactor FastThreadLocal to simplify TLV management 2014-06-19 21:13:55 +09:00