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

[Python] Convert SerializedPyObject to/from sequence of component buffers with minimal memory allocation / copying

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.8.0
    • Python

    Description

      See discussion on Dask org:

      https://github.com/dask/distributed/pull/931

      It would be valuable for downstream users to compute the serialized payload as a sequence of memoryview-compatible objects without having to allocate new memory on write. This means that the component tensor messages must have their metadata and bodies in separate buffers. This will require a bit of work internally reassemble the object from a collection of pyarrow.Buffer objects

      see also ARROW-1509

      Attachments

        Issue Links

          Activity

            People

              wesm Wes McKinney
              wesm Wes McKinney
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: