ndarray icon indicating copy to clipboard operation
ndarray copied to clipboard

More `par_map_collect`?

Open sukyoungjeong-furiosa opened this issue 3 years ago • 0 comments
trafficstars

par_map_collect is useful, but little messy to use as:

ndarray::Zip::from(&array).par_map_collect(|x| ... )

It would be nice to have more par_map_collect methods, so that we write as array.par_map_collect(|x| ...).

sukyoungjeong-furiosa avatar Oct 04 '22 13:10 sukyoungjeong-furiosa