-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VirtualArray #57
Comments
Outcome of a long conversation with @nsmith-, in which we went through all the consequences of the following:
A
|
Can be passed through C++, but it's only functional in Python.
Have to think hard about how to do this in Numba. Materialize on entry or pass around
PyObject
pointer?Might have to change (and rename) VirtualArray wiki page.
The text was updated successfully, but these errors were encountered: