netty5/transport-sctp/src/main/java
feijermu 914b433a8d
Replace the type of fragments field with IntObjectMap in SctpMessageCompletionHandler (#10057)
Motivation:

The type IntObjectMap with the key of primitive int can help lower the cost of boxing and unboxing,  and improve performance. I think it's more suitable for fragments field in SctpMessageCompletionHandler.java.

Modification:

Just replace the type of fragments field with IntObjectMap.

Result:
Improve performance slightly while decoding sctp message.
2020-02-24 19:57:55 +01:00
..
com/sun/nio/sctp [#884] Split SCTP transport into extra module 2013-01-03 22:19:06 +01:00
io/netty Replace the type of fragments field with IntObjectMap in SctpMessageCompletionHandler (#10057) 2020-02-24 19:57:55 +01:00