Aleksandr Polovtcev created IGNITE-14818:
--------------------------------------------
Summary: Implement compression of short primitives
Key: IGNITE-14818
URL: https://issues.apache.org/jira/browse/IGNITE-14818
Project: Ignite
Issue Type: Improvement
Components: networking
Reporter: Aleksandr Polovtcev
Network message type consists of two {{short}} values: the message group type
and the message type. During serialization, these values are written as
non-compressed (2 bytes per each), which can be improved to reduce the network
pressure by compressing these {{short}} values the same way we currently do
that for {{int}} and {{long}} (see {{DirectByteBufferStreamImplV1 }}for
details).{{{color:#000000}
{color}}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)