You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Igor Sapego (JIRA)" <ji...@apache.org> on 2017/04/25 08:18:04 UTC

[jira] [Created] (IGNITE-5074) Split up asynchronous and synchronous calls in PlatformCompute

Igor Sapego created IGNITE-5074:
-----------------------------------

             Summary: Split up asynchronous and synchronous calls in PlatformCompute
                 Key: IGNITE-5074
                 URL: https://issues.apache.org/jira/browse/IGNITE-5074
             Project: Ignite
          Issue Type: Task
          Components: platforms
    Affects Versions: 1.9
            Reporter: Igor Sapego
             Fix For: 2.1


Currently, there is only asynchronous version of calls in {{PlatformCompute}}, which means we create temporary objects (like futures and listeners) which we do not need during synchronous calls.

Add synchronous version of API calls which generate less garbage.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)