Skip to content
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

Subclass NumPy arrays #242

Open
javicid opened this issue Oct 25, 2019 · 1 comment
Open

Subclass NumPy arrays #242

javicid opened this issue Oct 25, 2019 · 1 comment
Labels
discuss enhancement New feature or request hard Complex issues that are not easy to solve

Comments

@javicid
Copy link
Collaborator

javicid commented Oct 25, 2019

ds-arrays could inherit from NumPy arrays. This would allow to automatically parallelize any existing algorithm or library that uses NumPy arrays internally. However, we should discuss the feasibility of this approach and its benefits versus the effort required to implement it.

@javicid javicid added enhancement New feature or request discuss labels Oct 25, 2019
@javicid javicid added the hard Complex issues that are not easy to solve label Nov 8, 2019
@alexbarcelo
Copy link
Contributor

Just for the record: the recommended route for this is described here

I recall (and the prior link seems to confirm) that that route is the one follows by dask and cupy. It makes sense also for dislib array IMHO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discuss enhancement New feature or request hard Complex issues that are not easy to solve
Projects
None yet
Development

No branches or pull requests

2 participants