In a mailing list in another galaxy, far far away, someone posted a question regarding taking the cumulative sum along the axes of a 3 dimensional array.
Julia has the cumsum function for this.
I am asking myself if cumsum can be run in parallel on the columns of a 3D array.
It may ‘just work’ or is TiledIteration the way to go:
https://github.com/JuliaArrays/TiledIteration.jl
Note to self - just blooming well try it out.