-
Notifications
You must be signed in to change notification settings - Fork 327
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
Optimize import speed for Mars package #3022
Conversation
e95e065
to
c2907d6
Compare
Great work, with this optimization, the import time has reduced from 5s to 2s. |
For this result, seems that vineyard is importing kubernetes and pkg_resources, contributing to a long load time. Will fix right now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems there are still improvement space for mars init, but I think we can merge this first, and leave further optimization in laster pr
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What do these changes do?
Related issue number
Fixes #3020
Check code requirements