You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2015/11/18 14:00:14 UTC

[jira] [Created] (IGNITE-1942) Binary format: minimize map lookups during read.

Vladimir Ozerov created IGNITE-1942:
---------------------------------------

             Summary: Binary format: minimize map lookups during read.
                 Key: IGNITE-1942
                 URL: https://issues.apache.org/jira/browse/IGNITE-1942
             Project: Ignite
          Issue Type: Task
          Components: general, interop
    Affects Versions: ignite-1.4
            Reporter: Vladimir Ozerov
            Priority: Critical
             Fix For: 1.5


Currently we have to perform at least 3 hash map lookups from BinaryReader to PortableContext:
- ID mapper
- Schema registry
- Class descriptor.

We must refactor PortableContext to allow for only single lookup.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)