JuliaFolds / Transducers.jl

Efficient transducers for Julia
https://juliafolds.github.io/Transducers.jl/dev/
MIT License
433 stars 24 forks source link

Support Preferences.jl to set default executor #572

Open schlichtanders opened 6 months ago

schlichtanders commented 6 months ago

Users may like to use Dagger.jl as the default executor because it parallelizes to both Threads and Processes at the same time which is most intuitive.

Preferences.jl is perfect for this, as it allows for static parameters which trigger a precompilation on change. So there is no performance penalty.

It would be great to use Transducers with a custom default.