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

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

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

Anton Vinogradov (Jira)
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)