[
https://issues.apache.org/jira/browse/IGNITE-16094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Igor Sapego updated IGNITE-16094:
---------------------------------
Fix Version/s: 3.0.0-alpha6
(was: 3.0.0-alpha5)
> Mapper and Marshaller caching
> -----------------------------
>
> Key: IGNITE-16094
> URL: https://issues.apache.org/jira/browse/IGNITE-16094
> Project: Ignite
> Issue Type: Improvement
> Reporter: Pavel Tupitsyn
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-alpha6
>
>
> *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
> See TODOs in code with "IGNITE-16094".
--
This message was sent by Atlassian Jira
(v8.20.7#820007)