dislib
dislib copied to clipboard
Subclass NumPy arrays
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.
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.