[jira] [Created] (IGNITE-1962) Binary writer: implement speculative field ID guessing.

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

[jira] [Created] (IGNITE-1962) Binary writer: implement speculative field ID guessing.

Anton Vinogradov (Jira)
Vladimir Ozerov created IGNITE-1962:
---------------------------------------

             Summary: Binary writer: implement speculative field ID guessing.
                 Key: IGNITE-1962
                 URL: https://issues.apache.org/jira/browse/IGNITE-1962
             Project: Ignite
          Issue Type: Task
          Components: general, interop
    Affects Versions: ignite-1.4
            Reporter: Vladimir Ozerov
            Assignee: Vladimir Ozerov
             Fix For: 1.5


Field ID calculation with deafult ID mapper is relatively costly operation. It can be avoided in most cases if we implement a kind of table for speculative guessing. It will track performed write "tracks" and do it's best to avoid ID mapper call.

We already have this tecnique in .NET and it shown pretty good marshlling perf improvement.



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