[
https://issues.apache.org/jira/browse/PARQUET-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney updated PARQUET-1709:
----------------------------------
Summary: [C++]: Avoid unnecessary temporary std::shared_ptr copies (was:
[C++]: Avoid unnecessary temporary copies)
> [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
>
> 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)