[
https://issues.apache.org/jira/browse/ARROW-1457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney resolved ARROW-1457.
---------------------------------
Resolution: Fixed
This was resolved as part of
https://github.com/apache/arrow/commit/b1e56a2f5d3fef3d04093fcfd4f279290f597d06
> [C++] Optimize strided WriteTensor
> ----------------------------------
>
> Key: ARROW-1457
> URL: https://issues.apache.org/jira/browse/ARROW-1457
> Project: Apache Arrow
> Issue Type: Bug
> Reporter: Philipp Moritz
> Assignee: Wes McKinney
> Fix For: 0.7.0
>
>
> At the moment, if we call WriteTensor on a strided Tensor, it will write the
> tensor element by element; this can be optimized by combining multiple
> consecutive writes together.
> If there are long stretches of contiguous data, this might even be able to
> take advantage of the multithreaded memory copy we have int the
> FixedSizeBufferWriter.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)