[
https://issues.apache.org/jira/browse/IGNITE-26623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksandr Polovtsev updated IGNITE-26623:
-----------------------------------------
Description:
Add the following methods to the {{LogEntryDecoder}} interface:
# {{LogEntry decode(ByteBuffer bs)}}
This will allow us to directly read from Segment Files' buffers without an
intermediate array creation.
was:
Add the following methods to the {{LogEntryDecoder}} interface:
# {{LogEntrydecode(ByteBuffer bs)}}
This will allow us to directly read from Segment Files' buffers without an
intermediate array creation.
> Optimize LogEntryDecoder to avoid payload copying
> -------------------------------------------------
>
> Key: IGNITE-26623
> URL: https://issues.apache.org/jira/browse/IGNITE-26623
> Project: Ignite
> Issue Type: Improvement
> Reporter: Aleksandr Polovtsev
> Assignee: Aleksandr Polovtsev
> Priority: Major
> Labels: ignite-3
>
> Add the following methods to the {{LogEntryDecoder}} interface:
> # {{LogEntry decode(ByteBuffer bs)}}
> This will allow us to directly read from Segment Files' buffers without an
> intermediate array creation.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)