ProximalOperators.jl icon indicating copy to clipboard operation
ProximalOperators.jl copied to clipboard

Multi-threaded operators evaluation

Open lostella opened this issue 6 years ago • 0 comments

It would be nice to add multi-threading to some of the operators e.g. using @threads, see https://docs.julialang.org/en/v1/base/multi-threading/index.html#Base.Threads.@threads

Moreover, Julia 1.3 will come with composable multi-threading which should allow for more flexibility using @spawn, see https://julialang.org/blog/2019/07/multithreading

lostella avatar Aug 21 '19 10:08 lostella