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

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

Deepak Majeti created PARQUET-909:
-------------------------------------

             Summary: [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)