[
https://issues.apache.org/jira/browse/IGNITE-1914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Tupitsyn updated IGNITE-1914:
-----------------------------------
Labels: .net (was: )
> .Net: Get rid of boxing in DoOutInOpNullable
> --------------------------------------------
>
> Key: IGNITE-1914
> URL: https://issues.apache.org/jira/browse/IGNITE-1914
> Project: Ignite
> Issue Type: Improvement
> Components: platforms
> Affects Versions: 1.1.4
> Reporter: Pavel Tupitsyn
> Priority: Minor
> Labels: .net
> Fix For: 1.7
>
>
> See CacheImpl.DoOutInOpNullable overloads.
> We read result as object and then check for null. Nulls are quite frequent in
> these scenarios.
> To get rid of boxing we need to introduce TryUnmarshal method which allows
> reading value types with null semantics.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)