[
https://issues.apache.org/jira/browse/PARQUET-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated PARQUET-1709:
------------------------------------
Labels: pull-request-available (was: )
> [C++] Avoid unnecessary temporary std::shared_ptr copies
> --------------------------------------------------------
>
> Key: PARQUET-1709
> URL: https://issues.apache.org/jira/browse/PARQUET-1709
> Project: Parquet
> Issue Type: Bug
> Reporter: Gawain BOLTON
> Assignee: Gawain BOLTON
> Priority: Major
> Labels: pull-request-available
>
> There are several occurences of copying of std::shared_ptr objects which are
> easily avoided.
> Copying of std::shared_ptr objects can be expensive due to the atomic
> operations involved in incrementing/decrementing the reference counter.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)