[
https://issues.apache.org/jira/browse/IGNITE-3416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15409259#comment-15409259
]
ASF GitHub Bot commented on IGNITE-3416:
----------------------------------------
Github user isapego closed the pull request at:
https://github.com/apache/ignite/pull/855
> CPP: Review and optimize serialization and deserialization.
> -----------------------------------------------------------
>
> Key: IGNITE-3416
> URL: https://issues.apache.org/jira/browse/IGNITE-3416
> Project: Ignite
> Issue Type: Task
> Components: platforms
> Affects Versions: 1.6
> Reporter: Igor Sapego
> Assignee: Vladimir Ozerov
> Fix For: 1.7
>
>
> It seems like some operations can be optimized a lot, for example
> {{BinaryReaderImpl::ReadTopObject<std::string>()}} reads string from the
> stream byte by byte, makeing 2 additional calls to {{EnsureEnoughData()}} and
> {{Shift()}} for every byte.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)