JuliaParallel / Dagger.jl

A framework for out-of-core and parallel execution
Other
621 stars 67 forks source link

DArray: Fixes and improvements for mapreduce operations #485

Closed jpsamaroo closed 5 months ago

jpsamaroo commented 5 months ago

Improves the behavior of operations based on mapreduce, and adds var, std, and extrema operations, while enhancing tests for these and existing operations.

Fixes #475