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 2020/07/23 11:19:00 UTC

[jira] [Created] (IGNITE-13293) .NET: Enum serialization is slow

Pavel Tupitsyn created IGNITE-13293:
---------------------------------------

             Summary: .NET: Enum serialization is slow
                 Key: IGNITE-13293
                 URL: https://issues.apache.org/jira/browse/IGNITE-13293
             Project: Ignite
          Issue Type: Bug
          Components: platforms
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn
             Fix For: 2.10


BinaryWriter.SaveMetadata has performance issues when enums are present:
every enum write causes GetEnumValues call in BinaryType, which uses reflection.

We should cache enum values per type.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)