You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/03/17 22:09:41 UTC

[jira] [Resolved] (PARQUET-909) [CPP]: Reduce buffer allocations (mallocs) on critical path

     [ https://issues.apache.org/jira/browse/PARQUET-909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney resolved PARQUET-909.
----------------------------------
    Resolution: Fixed

Resolved in https://github.com/apache/parquet-cpp/commit/d5a1aed72c18ba6047ca469fb46661ec7a44136b

> [CPP]: Reduce buffer allocations (mallocs) on critical path
> -----------------------------------------------------------
>
>                 Key: PARQUET-909
>                 URL: https://issues.apache.org/jira/browse/PARQUET-909
>             Project: Parquet
>          Issue Type: Improvement
>            Reporter: Deepak Majeti
>            Assignee: Deepak Majeti
>
> The current implementation allocates and frees memory many times on the critical path. The scope of this JIRA is to reuse buffers where possible.
> On production systems, too many mallocs/frees can impact performance. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)