You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2016/03/01 11:19:18 UTC

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

    [ https://issues.apache.org/jira/browse/IGNITE-2702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15173544#comment-15173544 ] 

Pavel Tupitsyn commented on IGNITE-2702:
----------------------------------------

Performance check:
* BinarizableWriteBenchmark: 10% faster
* BinarizableReadBenchmark: no changes

> .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)