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

ufunc specifications #68

Open
jreback opened this issue Mar 9, 2017 · 3 comments
Open

ufunc specifications #68

jreback opened this issue Mar 9, 2017 · 3 comments

Comments

@jreback
Copy link

jreback commented Mar 9, 2017

looks scipy encapsulated lots of function type things here: scipy/scipy#6509

we eventually will want to enable things like this as well for ufunc like things that can be processed efficiently via the c++ code.

@wesm
Copy link
Owner

wesm commented Mar 9, 2017

This is cool. I think we'll want to have a similar low level callable interface for functions that utilize pandas2's C++ API

@jreback
Copy link
Author

jreback commented Mar 9, 2017

yep. arguably this interface should exist even lower down the chain (e.g. in pyarrow) or utilities. maybe even get scipy to use it :>

@wesm
Copy link
Owner

wesm commented Mar 9, 2017

Yeah, definitely. Having a native callable API for Arrow data in C++ (that writes output into preallocated memory, or uses one of the builder classes, e.g. for strings) would be very nice

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

No branches or pull requests

2 participants