Closed
Description
While DTables.jl supports the init
for mapreduce
officially in its documentation, DArray
has no documentation about its reduce functionality, and those existing in the code do not support the init
keyword.
It would be great if also DArray.jl supports init
for the reduce functions to efficiently run something like OnlineStats
over them.
I've been looking at this file for the current implementations.