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

[jira] [Created] (IGNITE-7115) .NET: Thin client: performance: use buffer pool

Pavel Tupitsyn created IGNITE-7115:
--------------------------------------

             Summary: .NET: Thin client: performance: use buffer pool
                 Key: IGNITE-7115
                 URL: https://issues.apache.org/jira/browse/IGNITE-7115
             Project: Ignite
          Issue Type: Improvement
          Components: platforms, thin client
    Affects Versions: 2.4
            Reporter: Pavel Tupitsyn
             Fix For: 2.4


Currently we allocate a lot of {{byte[]}} arrays for socket operations, which is suboptimal, especially for large arrays which go to Large Object Heap.

Use a shared buffer pool instead, see {{PlatformMemoryPool}} for reference.



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