[jira] [Created] (IGNITE-3416) CPP: Review and optimize serialization and deserialization.

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-3416) CPP: Review and optimize serialization and deserialization.

Anton Vinogradov (Jira)
Igor Sapego created IGNITE-3416:
-----------------------------------

             Summary: 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: Igor Sapego
             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)