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

Apache Spark reassigned SPARK-25115:
------------------------------------

    Assignee: Apache Spark

>     Eliminate extra memory copy done when a ByteBuf is used that is backed by 
> > 1 ByteBuffer.
> ---------------------------------------------------------------------------------------------
>
>                 Key: SPARK-25115
>                 URL: https://issues.apache.org/jira/browse/SPARK-25115
>             Project: Spark
>          Issue Type: Improvement
>          Components: Input/Output
>    Affects Versions: 2.3.1
>            Reporter: Norman Maurer
>            Assignee: Apache Spark
>            Priority: Major
>
> Calling ByteBuf.nioBuffer(...) can be costly when the ByteBuf is backed by 
> more then 1 ByteBuf. In this case it makes more sense to call 
> ByteBuf.nioBuffers(...) and iterate over the returned ByteBuffer[].



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to