You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Yaroslav Molochkov (Jira)" <ji...@apache.org> on 2020/11/30 14:06:00 UTC

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

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

Yaroslav Molochkov updated IGNITE-13293:
----------------------------------------
    Fix Version/s: 2.9.1

> .NET: Enum serialization is slow
> --------------------------------
>
>                 Key: IGNITE-13293
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13293
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>    Affects Versions: 2.7, 2.8, 2.8.1
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: .NET
>             Fix For: 2.10, 2.9.1
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> 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)