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)