netty5/transport/src
Nikolay Fedorovskikh e404690574 Optimize DefaultChannelId.equals
Motivation:
A `DefaultChannelId` has final `hashCode` field calculated in the constructor. We can use it in `equals` to the fast return for different objects.

Modifications:
Use `hashCode` field in `DefaultChannelId.equals()`.

Result:
Fast `equals` on negative scenarios.
2017-09-08 10:36:48 +02:00
..
main/java/io/netty Optimize DefaultChannelId.equals 2017-09-08 10:36:48 +02:00
test/java/io/netty Add Unit test for [#7143] 2017-08-24 13:29:38 +02:00