Ok, thanks. That definitely looks like overkill for what I need. Most of my 
day-to-day work is going to be with IJulia or in REPL, so the overhead 
isn't really a problem. I can load once then try different scenarios 
without restarting the kernel.

On Tuesday, March 17, 2015 at 5:26:58 PM UTC-4, René Donner wrote:
>
> This is in the works, but in the meantime you can get try building your 
> own system image: 
> http://docs.julialang.org/en/release-0.3/devdocs/sysimg/?highlight=userimg 
>
> But this is only handy when the code that gets included there does not 
> change too often, as building this image will take a few minutes. 
>
>
>
> Am 17.03.2015 um 22:24 schrieb Dallas Morisette <[email protected] 
> <javascript:>>: 
>
> > First, thanks to all those who were patient with me and answered my 
> newbie performance questions! 
> > 
> > I now have my Julia simulation running just as fast as my original 
> Fortran code. Needless to say I'm loving Julia! However, when I run it as a 
> script from the command line, the startup (compilation I assume) takes 
> about 7X longer than my whole simulation! If I run it in an REPL session, 
> after an initial run that takes about 10 sec, I can run additional 
> simulations in just 1.5 sec. 
> > 
> > Is there any way to precompile a Julia script, a la Python's .pyc files 
> to speed up startup of subsequent runs? 
> > 
> > Thanks! 
> > Dallas 
> > 
>
>

Reply via email to