Just curious - how does this example compare to vectorized numpy?

-viral

On Sunday, December 7, 2014 4:20:33 AM UTC+5:30, Andre Bieler wrote:
>
> for completeness:
>
> with the inner loops now going through the first index as suggested by 
> Jeff,
> there was another increase in speed. So now I stand at *16.8 s* on average
> with julia.
>
> The same thing in python/numpy takes roughly *6800 s* to run
> (however not vectorized in numpy, using for loops as in the examples
> above)
>

Reply via email to