You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/02/04 21:25:02 UTC

[jira] [Resolved] (ARROW-457) Python: Better control over memory pool

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

Wes McKinney resolved ARROW-457.
--------------------------------
    Resolution: Fixed

Issue resolved by pull request 315
[https://github.com/apache/arrow/pull/315]

> Python: Better control over memory pool
> ---------------------------------------
>
>                 Key: ARROW-457
>                 URL: https://issues.apache.org/jira/browse/ARROW-457
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Python
>            Reporter: Uwe L. Korn
>            Assignee: Uwe L. Korn
>
> Currently we have a separate {{PyArrowMemoryPool}} implemented in {{src/pyarrrow/common.cc/h}}. Instead we should use the default memory pool from Arrow-C++ as often as possible.
> Furthermore the user should be able to configure which MemoryPool is actually used in the cases where one can select a custom MemoryPool. For ease of use, there should also be a way to switch the default MemoryPool in Python to a user-selected one, e.g. the {{jemalloc::MemoryPool}}.



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