Skip to content
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

slow import time #26

Open
ananis25 opened this issue Oct 22, 2024 · 1 comment
Open

slow import time #26

ananis25 opened this issue Oct 22, 2024 · 1 comment

Comments

@ananis25
Copy link

Hi - importing fast_hdbscan seems to be really slow, using the latest PyPi version. It takes ~25s in a new python session.

Here is a repro in google colab.

Of course, numba compile times can be really slow sometimes, I just wanted to check if this is expected, or a possible regression due to a dependency?

@lmcinnes
Copy link
Contributor

I believe it is simply all the numba compile times. You can try turning on numba compilation caching with environment variables and see if that helps any.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants