On Tuesday, 20 May 2014 20:29:30 UTC+10, Ivar Nesje wrote:
>
> There are lots of minor performance/style tips we can give, but they are 
> unlikely to make any noticable difference in total execution time.
>
That's ok.  I was hoping that there would be a couple of really obvious 
things i missed, but it seems the "FixedArray" type that I probably want is 
still under discussion - https://github.com/JuliaLang/julia/issues/5857
 

> One line stood out as a particularly bad (for performance) example was
> Li += path_throughput .* e .* colour
>
I've since started using Devectorize and @devec'd that line which gave a 
bit of a speed bump.  

My original thought that I'd have to do more careful memory 
allocation/memory reuse/devectorizing seems to be the case.
 
Thanks for the assistance. 
Mike.

Reply via email to