You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Piotr Nowojski (JIRA)" <ji...@apache.org> on 2018/02/07 13:00:01 UTC

[jira] [Updated] (FLINK-8585) Efficiently handle read-only and non array ByteBuffers in DataInputDeserializer

     [ https://issues.apache.org/jira/browse/FLINK-8585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Piotr Nowojski updated FLINK-8585:
----------------------------------
    Summary: Efficiently handle read-only and non array ByteBuffers in DataInputDeserializer  (was: Efficiently handle read-only buffers in DataInputDeserializer)

> Efficiently handle read-only and non array ByteBuffers in DataInputDeserializer
> -------------------------------------------------------------------------------
>
>                 Key: FLINK-8585
>                 URL: https://issues.apache.org/jira/browse/FLINK-8585
>             Project: Flink
>          Issue Type: Improvement
>          Components: Network
>    Affects Versions: 1.5.0
>            Reporter: Piotr Nowojski
>            Priority: Major
>
> Currently read-only and non array based buffers are handled inefficiently by DataInputSerializer, since they require additional data copy to an internal array. This could be replaced by using a ByteBuffer as a data source instead of byte[].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)