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 10:09:26 UTC

[jira] [Updated] (IGNITE-4588) .NET: Simplify BinaryReader frame handling

     [ https://issues.apache.org/jira/browse/IGNITE-4588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Tupitsyn updated IGNITE-4588:
-----------------------------------
    Summary: .NET: Simplify BinaryReader frame handling  (was: .NET: Optimize BinaryReader frame handling)

> .NET: Simplify 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
>              Labels: .NET
>             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)