https://github.com/JuliaLang/julia/issues/8450

In that issue, Jeff states: "And telling library writers to put @vectorize on 
all appropriate functions is silly; you should be able to just write a 
function, and if somebody wants to compute it for every element they use map
."

What does moving from a magic @vectorize, to map, give us?  Implicit 
parallelism or other benefits? 

On Wednesday, February 10, 2016 at 3:28:15 PM UTC-5, Stefan Karpinski wrote:
>
> It's not entirely clear to me what you mean.
>
> On Wed, Feb 10, 2016 at 3:21 PM, datnamer <[email protected] <javascript:>
> > wrote:
>
>> Will this eliminate intermediaries in vectorized code? Multithreading? 
>> What are the benefits?
>>
>
>

Reply via email to