+2

Julia already has basic distributed array support with the `DArray` datatype. Although basic infrastructure is in place, a number of array capabilities that are already available for regular `Array` datatypes sequentially needs to be implemented for the `DArray` datatype for parallel usage.


Project Members