netty5/transport/src/main/java/io
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
..
netty Optimize DefaultChannelId.equals 2017-09-08 10:36:48 +02:00