You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2017/11/13 12:57:00 UTC

[jira] [Created] (IGNITE-6886) .NET: Performance: Pre-calculate fieldId in reflective serializer

Pavel Tupitsyn created IGNITE-6886:
--------------------------------------

             Summary: .NET: Performance: Pre-calculate fieldId in reflective serializer
                 Key: IGNITE-6886
                 URL: https://issues.apache.org/jira/browse/IGNITE-6886
             Project: Ignite
          Issue Type: Improvement
      Security Level: Public (Viewable by anyone)
          Components: platforms
            Reporter: Pavel Tupitsyn
            Priority: Minor


See {{BinaryWriter.WriteFieldId}} - we have to calculate id from string on each write.
In reflective serializer we could cache these field ids.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)