-
Notifications
You must be signed in to change notification settings - Fork 18
77 seconds to run hello world #57
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
Comments
I can reproduce on OSX Sierra as well.
Although the From the third run it stops compiling and works fast |
Just to inform: I am working on this issue. $ echo "print 'hello, world'" | time grumpy run
hello, world
0.90 real 0.85 user 0.22 sys
$ uname -a
Darwin mymachine.local 16.0.0 Darwin Kernel Version 16.0.0: Mon Aug 29 17:56:20 PDT 2016; root:xnu-3789.1.32~3/RELEASE_X86_64 x86_64 Machine: MacBookPro12,1 Will followup later. Yet a lot of stuff to optimize on the importing routines |
Just published a "grumpy-runtime" package on PyPI. It installs the Then you can run: $ echo "print 'hello'" | grumpy run And it takes ~2 seconds on my machine. Published yesterday and is very beta right now, but opens world to cache compiled stuff on Please provide feedback if you can. |
The actual Grumpy version 0.3.0 takes about 3 seconds. I will close this issue. Please reopen if needed:
|
google#388 opened by @ShakataGaNai on Dec 8, 2017
77 seconds to compile the hello world, this was the second time I ran it - so if there is cacheing/downloading to do - it should have already done it. I think the first time was even slower than this, but I didn't time that.
The text was updated successfully, but these errors were encountered: