This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 646
77 seconds to run hello world #388
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 |
alanjds
added a commit
to alanjds/grumpy-tools
that referenced
this issue
Feb 23, 2018
…hind This can possible fix issue google/grumpy#388: 77 seconds to run hello world
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. |
This was referenced Aug 21, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: