[
https://issues.apache.org/jira/browse/IGNITE-13293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17169250#comment-17169250
]
Pavel Tupitsyn edited comment on IGNITE-13293 at 8/2/20, 3:50 PM:
------------------------------------------------------------------
Ready for review, [~isapego] [~ashapkin] [~GuruStron] please have a look.
was (Author: ptupitsyn):
Ready for review, [~isapego] [~ashapkin] please have a look.
> .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: 10m
> 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)