[jira] [Created] (IGNITE-13883) .NET: Performance: Refactor BinarySystemHandlers.TryReadSystemType to switch-case

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-13883) .NET: Performance: Refactor BinarySystemHandlers.TryReadSystemType to switch-case

Anton Vinogradov (Jira)
Pavel Tupitsyn created IGNITE-13883:
---------------------------------------

             Summary: .NET: Performance: Refactor BinarySystemHandlers.TryReadSystemType to switch-case
                 Key: IGNITE-13883
                 URL: https://issues.apache.org/jira/browse/IGNITE-13883
             Project: Ignite
          Issue Type: Improvement
          Components: platforms
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn


{{BinarySystemHandlers.TryReadSystemType}} is too clever with interfaces and generics:
* Hard to understand and maintain
* Possibly causes overhead due to virtual method calls

Refactor to switch-case and check if performance improves.



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