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.
While DTables.jl supports the
initformapreduceofficially in its documentation,DArrayhas no documentation about its reduce functionality, and those existing in the code do not support theinitkeyword.It would be great if also DArray.jl supports
initfor the reduce functions to efficiently run something likeOnlineStatsover them.I've been looking at this file for the current implementations.