Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Migrate all NumPy interop (zero-copy wrapping, strided-to-contiguous conversions) code to use libarrow_python #70

Open
wesm opened this issue Apr 2, 2017 · 0 comments

Comments

@wesm
Copy link
Owner

wesm commented Apr 2, 2017

I had started building some things here because it was difficult several months ago to link to the Python bridge between NumPy/pandas land and C++-only land. Now that libarrow_python is an exported, installable C++ library (see apache/arrow@3aac4ad), we can link to that here and remove a ton of code.

Going forward, anything we can do to isolate the memory bridge between Python-aware and Python-naive C++ code, the simpler things will be for us.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant