You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2024. It is now read-only.
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.