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 2017/01/23 08:54:26 UTC

[jira] [Created] (IGNITE-4588) .NET: Optimize BinaryReader frame handling

Pavel Tupitsyn created IGNITE-4588:
--------------------------------------

             Summary: .NET: Optimize BinaryReader frame handling
                 Key: IGNITE-4588
                 URL: https://issues.apache.org/jira/browse/IGNITE-4588
             Project: Ignite
          Issue Type: Improvement
          Components: platforms
    Affects Versions: 1.8
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn
             Fix For: 1.9


BinaryReader has a concept of {{frame}}, which is position, header, raw flag, etc. When reading nested objects we preserve previous frame in a bunch of variables and restore them afterwards.

This process can be improved by using a struct: backup/restore in one line, easier to grasp which parameters belong to a frame.



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