On Tue, Aug 30, 2016 at 7:20 PM, digxx <diger_d...@hotmail.com> wrote:

> Sorry if there is already some information on this though I didnt find
> it...
> So: What is the difference between these?
> I have used @parallel so far for parallel loops but recently saw this
> @threads all in some video and I was wondering what the difference is?
> Could anyone elaborate or give me a link with some info?
> Thanks digxx
>

@parallel uses worker processes (can also be on a different machine)

@threads uses threads. You shouldn't use @threads now unless you are
working on threading support in julia since it is really experimental at
the moment.

Reply via email to