Skip to content
This repository was archived by the owner on Aug 24, 2021. It is now read-only.
This repository was archived by the owner on Aug 24, 2021. It is now read-only.

Regarding sharing memory between Go and Python #64

@wesm

Description

@wesm

The README says

Why Not Apache Arrow for Go? We'd like to share memory between Go & Python and the current arrow bindings don't have that option. Since pyarrow uses the C++ Arrow under the hood, we can just pass a s a pointer. Also, the C++ Arrow library is more maintained than the Go one and have more features.

With the new C Data Interface, it is probably relatively straightforward to share memory between Go and Python (in-process) http://arrow.apache.org/blog/2020/05/03/introducing-arrow-c-data-interface/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions