Steve Niemitz created BEAM-14545:
------------------------------------
Summary: Optimize copies in dataflow v1 shuffle reader
Key: BEAM-14545
URL: https://issues.apache.org/jira/browse/BEAM-14545
Project: Beam
Issue Type: Improvement
Components: runner-dataflow
Reporter: Steve Niemitz
Assignee: Steve Niemitz
The dataflow v1 shuffle reader unnecessarily copies the byte[] read from
shuffle, we could use something like ByteString to instead "slice" the buffer
into pieces and avoid a few copies.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)