You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2021/12/09 11:59:00 UTC

[jira] [Created] (IGNITE-16094) Mapper and Marshaller caching

Pavel Tupitsyn created IGNITE-16094:
---------------------------------------

             Summary: Mapper and Marshaller caching
                 Key: IGNITE-16094
                 URL: https://issues.apache.org/jira/browse/IGNITE-16094
             Project: Ignite
          Issue Type: Improvement
            Reporter: Pavel Tupitsyn
             Fix For: 3.0.0-alpha4


*Mapper<T>* and *Marshaller* implementations use reflection to retrieve object fields. We should cache results when possible. 

For example:
* *IdentityMapper* instances can be cached by Class
* *Marshaller* instances can be cached by Class + Schema when using IdentityMapper



--
This message was sent by Atlassian Jira
(v8.20.1#820001)