-
Notifications
You must be signed in to change notification settings - Fork 4
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
evaluate the performances of the lib #455
Comments
@dfguerrerom I checked the lib and it takes 18s to load in tuna which is simply huuuuuuuge. To make you realize how long it is:
there is clearly something wrong. I have 2 guesses:
|
Yes, the loading time is extremely slow. I agree with the second point of your guesses, that would reduce an important step on our side, so thumbs up for that one. |
I also found on the web that complex type hints are actually slowing down Python code unless you use the |
this can be extended to the applications notebooks.
I'm curious to know if we can improve their performances (they seems drastically long to load).
A nice heuristic to keep in mind:
food for thought on testing both the lib loading and the notebooks:
running a notebook as a python script
the tuna profiling lib
The text was updated successfully, but these errors were encountered: