[jira] [Created] (IGNITE-2702) .NET: Support compact footers in binary format.

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-2702) .NET: Support compact footers in binary format.

Anton Vinogradov (Jira)
Vladimir Ozerov created IGNITE-2702:
---------------------------------------

             Summary: .NET: Support compact footers in binary format.
                 Key: IGNITE-2702
                 URL: https://issues.apache.org/jira/browse/IGNITE-2702
             Project: Ignite
          Issue Type: Task
          Components: platforms
    Affects Versions: 1.5.0.final
            Reporter: Vladimir Ozerov
            Assignee: Pavel Tupitsyn
            Priority: Critical
             Fix For: 1.6


There is an optimization in binary format called "compact footers". When enabled, we do not write field IDs during serialization and only write field offsets. And field IDs are written only once to type metadata.

We need to support the same mechanism in .NET.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)