Closed
Description
What are your thoughts on implementing something similar to http://dask.pydata.org/en/latest/ on top of ndarrays? I suspect parallelized computations on submatrices should be pretty natural to do in the Rust framework, and it seems you've already created sub-array view functions. Do you agree?
(Community Edits below)
Actionable sub issues:
- Send/Sync splittable array views are already present
- Implement Rayon parallel iterator traits for Axis Iter Implement Rayon parallel iterator traits for Axis Iter #248 Implement parallelization using rayon #252
- Implement Rayon parallel iterator traits for element iterators / for Array itself Implement parallelization using rayon #252
- alternative methods of collecting an axis_iter to ndarray matrix alternative methods of collecting an axis_iter to ndarray matrix #249
- Parallel Iter for AxisChunksIter
- Parallel support for Array::map_inplace Rayon parallelization for Zip / azip! #288
- Parallel support for Array::map -> Array
- Parallel lock step function application (Zip) Rayon parallelization for Zip / azip! #288
Metadata
Metadata
Assignees
Labels
No labels