[
https://issues.apache.org/jira/browse/ARROW-1670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16202856#comment-16202856
]
ASF GitHub Bot commented on ARROW-1670:
---------------------------------------
GitHub user pcmoritz opened a pull request:
https://github.com/apache/arrow/pull/1197
ARROW-1670: Serialization] Speed up deserialization by getting rid of smart
pointer overhead
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pcmoritz/arrow deserialization-speedup
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/arrow/pull/1197.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1197
----
commit ae0a7202da87060cec49da55d10f79232e96e5bc
Author: Philipp Moritz <[email protected]>
Date: 2017-10-13T00:14:14Z
speed up deserialization by getting rid of smart pointer overhead
----
> [Serialization] Speed up deserialization code path
> --------------------------------------------------
>
> Key: ARROW-1670
> URL: https://issues.apache.org/jira/browse/ARROW-1670
> Project: Apache Arrow
> Issue Type: Bug
> Reporter: Philipp Moritz
> Priority: Minor
> Labels: pull-request-available
>
> At the moment we are using smart pointers for keeping track of UnionArray
> types and values. We can get rid of this overhead.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)