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
