[
https://issues.apache.org/jira/browse/IGNITE-13293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17169760#comment-17169760
]
Pavel Tupitsyn commented on IGNITE-13293:
-----------------------------------------
Merged to master: e18016b79f928e1e7adb7ed185982a099f2093a2
> .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
>
> Time Spent: 40m
> 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)