[GitHub] ignite pull request #3436: IGNITE-7530 .NET: Fix memory usage and performanc...

2018-01-26 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/ignite/pull/3436


---


[GitHub] ignite pull request #3436: IGNITE-7530 .NET: Fix memory usage and performanc...

2018-01-25 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request:

https://github.com/apache/ignite/pull/3436

IGNITE-7530 .NET: Fix memory usage and performance for GetAll and query 
cursors in binary mode



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ptupitsyn/ignite ignite-7530

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ignite/pull/3436.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #3436


commit 219bbf1fc6c2808a16f881a7f2e41adf51fd2916
Author: apopov 
Date:   2018-01-25T09:58:16Z

GetAllBinaryBenchmark issue

commit bb60c552952cc6c14204fc1def9222664cb6bfd3
Author: Pavel Tupitsyn 
Date:   2018-01-25T11:34:11Z

Fix binary object excessive memory copy issue.

commit 0ea15d3e45c915b40aa25c564468095cbce307ee
Author: Pavel Tupitsyn 
Date:   2018-01-25T12:27:47Z

Merge branch 'master' into get-all-binary-issue

commit cc1943e7dc81d6ca1898acbea0d8d0fa0e891a23
Author: Pavel Tupitsyn 
Date:   2018-01-25T12:49:53Z

IGNITE-7530 .NET: Poor performance & excessive memory usage in GetAll and 
query cursors in binary mode

commit 3fd6e47894d4996a3b65b63bd112c65de0082f1f
Author: Pavel Tupitsyn 
Date:   2018-01-25T13:24:16Z

Add CanGetArray guard

commit 725757e0f9f482a2f55bd6dd5248bf4d8b2f71a4
Author: Pavel Tupitsyn 
Date:   2018-01-25T13:31:28Z

Fixing tests

commit db4f89afaa4e905ba08ef8269cca512580e8b9a3
Author: Pavel Tupitsyn 
Date:   2018-01-25T13:43:09Z

цшз

commit e83c1465cd659542c04f5f305b7fc2daad6f2338
Author: Pavel Tupitsyn 
Date:   2018-01-25T13:45:26Z

Code cleanup




---