You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/03/30 14:51:00 UTC

[jira] [Commented] (IGNITE-8012) CPP: BinaryWriter::WriteElement should accept const reference instead of value.

    [ https://issues.apache.org/jira/browse/IGNITE-8012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16420576#comment-16420576 ] 

ASF GitHub Bot commented on IGNITE-8012:
----------------------------------------

GitHub user isapego opened a pull request:

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

    IGNITE-8012: CPP: Changed passing by values by passing by reference

    

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

    $ git pull https://github.com/gridgain/apache-ignite ignite-8012

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

    https://github.com/apache/ignite/pull/3724.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 #3724
    
----
commit 84816ab77920223d6a9bb454a8742cb792c5b3ca
Author: Igor Sapego <is...@...>
Date:   2018-03-30T14:47:12Z

    IGNITE-8012: CPP: Changed passing by values by passing by ref

----


> CPP: BinaryWriter::WriteElement should accept const reference instead of value.
> -------------------------------------------------------------------------------
>
>                 Key: IGNITE-8012
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8012
>             Project: Ignite
>          Issue Type: Improvement
>          Components: platforms
>    Affects Versions: 2.0
>            Reporter: Igor Sapego
>            Priority: Major
>              Labels: cpp
>
> This will improve performance in case when large objects are used.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)