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

[C++] Create a caching memory pool implementation

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Won't Do
    • 0.11.0
    • None
    • C++

    Description

      A caching memory pool implementation would be able to recycle freed memory blocks instead of returning them to the system immediately. Two different policies may be chosen:

      • either an unbounded cache
      • or a size-limited cache, perhaps with some kind of LRU mechanism

      Such a feature might help e.g. for CSV parsing, when reading and parsing data into temporary memory buffers.

      Attachments

        Activity

          People

            Unassigned Unassigned
            apitrou Antoine Pitrou
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: