-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello world is slow ... #4452
Comments
Dup of #260 |
Because Julia currently have to compile the standard library on startup. That takes 2-4 seconds, but it is is constant so a more complex program would not have the same proportionate overhead. It is annoying while developing, but as I understand it the core developers has design considerations and runtime speedups higher on the task list for now. |
There is also @StefanKarpinski 's excellent explanation here: http://stackoverflow.com/questions/10268028/julia-compiles-the-script-everytime/10483996 |
Why does the following simple script :
take so much time to execute ?
I am using a fresh install from git (cloned today) on ArchLinux.
[pao: formatting]
The text was updated successfully, but these errors were encountered: