Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-457

Python: Better control over memory pool

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.2.0
    • Python
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              uwe Uwe Korn
              uwe Uwe Korn
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: