Pavel Tupitsyn created IGNITE-6885:
--------------------------------------

             Summary: .NET: Binary serialization performance: eliminate virtual 
calls on hot path
                 Key: IGNITE-6885
                 URL: https://issues.apache.org/jira/browse/IGNITE-6885
             Project: Ignite
          Issue Type: Improvement
      Security Level: Public (Viewable by anyone)
          Components: platforms
            Reporter: Pavel Tupitsyn
            Priority: Minor


{{BinaryReader}} and {{BinaryWriter}} use {{IBinaryStream}} interface, which 
causes lots of virtual calls on every primitive read/write.

Find out if we can force the JIT to specialize generated code for different 
implementations by making all {{IBinaryStream}} implementations {{struct}} and 
making reader/writer generic.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to