You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksandr Polovtcev (Jira)" <ji...@apache.org> on 2021/06/02 17:33:00 UTC

[jira] [Created] (IGNITE-14818) Implement compression of short primitives

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)