Last active
November 27, 2025 18:06
-
-
Save jlmelville/e288fe8b85e3694167fd10a7bb9be13f to your computer and use it in GitHub Desktop.
profiling python import time: i.e. why does it take so long to import my modules?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| UV_CACHE_DIR=.uv-cache uv run python -X importtime -c "import <your import-here>" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment