All Projects → JuliaParallel → Dagger.jl

JuliaParallel / Dagger.jl

Licence: other
A framework for out-of-core and parallel execution

Programming Languages

julia
2034 projects

Dagger.jl

A framework for out-of-core and parallel computing

Documentation Build Status
Build Status

At the core of Dagger.jl is a scheduler heavily inspired by Dask. It can run computations represented as directed-acyclic-graphs (DAGs) efficiently on many Julia worker processes.

Installation

You can install Dagger by typing

julia> ] add Dagger

Usage

Once installed, the Dagger package can by used by typing

using Dagger

Acknowledgements

We thank DARPA, Intel, and the NIH for supporting this work at MIT.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].