914b433a8d
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. |
||
---|---|---|
.. | ||
java | ||
test/io/netty |