JuliaParallel / Dagger.jl

A framework for out-of-core and parallel execution
Other
638 stars 67 forks source link

Update Dagger README.md docs with a use case sceanario #418

Closed pszufe closed 1 year ago

pszufe commented 1 year ago

@jpsamaroo here is a use case scenario for dagger usage. It demonstrates a simplified computational scenario, yet stylized after real world settings. The scenario immediately demonstrates the advantage of using Dagger over the Threads.@threads macro.

jpsamaroo commented 1 year ago

Thanks @pszufe !