JuliaLang / Distributed.jl

Create and control multiple Julia processes remotely for distributed computing. Ships as a Julia stdlib.
https://docs.julialang.org/en/v1/stdlib/Distributed/
MIT License
29 stars 11 forks source link

improve pmap code for arrays, with type/shape of result the same as map (with PR) #33

Open vtjnash opened 7 months ago

vtjnash commented 7 months ago

PR code to improve pmap, to move here: https://github.com/JuliaLang/julia/pull/14635