-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
Reduce package size #86
Conversation
Current coverage is 91.16% (diff: 100%)
|
This is helpful for electron and for when this is used in Docker or other container environments. |
I've just tested this PR on a 32bit notebook. The notebook freezes no more and the compilation time has been reduced:
|
@n-riesco that's great! Would we get even better times if we use |
I get a longer time (but bear in mind that the proper way to do a comparison like this would require running both tests a number of times):
|
This commit however is going to make my |
@n-riesco Thanks for testing. This confirmed my guess that we hit the sweet spot with
That's kind of expected. But I prefer a smaller package size over a faster build considering that users likely won't rebuild @rgbkrk What do you think? |
A smaller package size certainly helps us in the Electron and Atom case. An aside: At least on the nteract notebook, we can't use yarn until they support rebuilds (for electron). What packages are you using |
@rgbkrk I've only started using |
This PR introduces two changes:
.tar.gz
file so it doesn't have to be downloaded again on rebuilding (795KB)./cc @rgbkrk @n-riesco