You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2016/05/05 13:07:12 UTC

[jira] [Assigned] (IGNITE-2877) .NET: Compile and cache delegates for service method invocation

     [ https://issues.apache.org/jira/browse/IGNITE-2877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Tupitsyn reassigned IGNITE-2877:
--------------------------------------

    Assignee: Pavel Tupitsyn

> .NET: Compile and cache delegates for service method invocation
> ---------------------------------------------------------------
>
>                 Key: IGNITE-2877
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2877
>             Project: Ignite
>          Issue Type: Improvement
>          Components: platforms
>    Affects Versions: 1.6
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Minor
>             Fix For: 1.7
>
>
> See ServiceProxyInvoker: MethodBase.Invoke is used to invoke service methods, which is not efficient (reflection).
> Instead, we can compile and cache delegates per [svcType, methodName, argCount] to eliminate overhead (see DelegateConverter).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)