On Tuesday, June 10, 2014 10:19:44 PM UTC-7, Stefan Karpinski wrote:
>
> More recent version may be more complete:
>
> http://julia.readthedocs.org/en/latest/manual/performance-tips/
>
> We've not yet spent a lot of time optimizing strings and I/O but we still 
> tend to be around the same as Python, which tends to be much faster than 
> Ruby but slower than Perl. So if your code is much slower in Julia than in 
> Ruby, something is almost certainly amiss.
>

I cleaned up some globals (turning some into consts; annotating others), 
with no significant improvement. I'd like to try using the sampling 
profiler, but it seems to be tied to the REPL. Is there a way to use it on 
a shebang script? If not, I'll simply fudge the code for running in the 
REPL.

-r

Reply via email to