[
https://issues.apache.org/jira/browse/IGNITE-3416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladimir Ozerov closed IGNITE-3416.
-----------------------------------
> 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)