Roman Puchkovskiy created IGNITE-16254:
------------------------------------------
Summary: Optimize (un)marshalling of primitives in object fields
Key: IGNITE-16254
URL: https://issues.apache.org/jira/browse/IGNITE-16254
Project: Ignite
Issue Type: Improvement
Components: networking
Reporter: Roman Puchkovskiy
Assignee: Roman Puchkovskiy
Fix For: 3.0.0-alpha4
Currently, during both marshalling and unmarshalling of primitives from/to
fields an intermediary boxed object might be allocated on the heap.
We can use Unsafe to avoid this.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)