On Tuesday, 20 May 2014 20:09:30 UTC+10, Alex wrote:
>
> BTW, have you actually tried julia 0.3-prerelease? This might also make a 
> difference ...
>
> I got about another 10-15% speedup with julia0.3, but I've since started 
using Devectorize in v0.2 (which gives a small boost), but get an error 
when installing Devectorize on v0.30. 

While investigating, I notice that there seems to be consensus that fixed 
size arrays can offer a real speed boost 
(https://github.com/JuliaLang/julia/issues/5857).   ImmutableArrays offer 
something like this already, but I feel that pathtracing is a little too 
dynamic to make effective use of them.

Mike

Reply via email to