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/20 09:27:11 UTC

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

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)