-
Notifications
You must be signed in to change notification settings - Fork 52
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
[ENH] - Investigate conda-store performance #645
Comments
Relevant: #840 |
Assigning to @peytondmurray since he is looking into perf |
I spent some time profiling environment creation - that's sending a POST request to channels:
- conda-forge
- bokeh
dependencies:
- python=3.10
- panel
- ipykernel
- ipywidgets
- ipywidgets_bokeh
- holoviews
- openjdk=17.0.9
- pyspark
- findspark
- jhsingle-native-proxy>=0.8.2
- bokeh-root-cmd>=0.1.2
- nbconvert
- pip:
- nrtk==0.3.0
- xaitk-saliency==0.7.0
- maite==0.5.0
- daml==0.44.5
- hypothesis >=6.61.0,<7.0.0
- pytest >=7.2.0,<8.0
- pytest-cov >=4.0.0,<5.0
- pytest-mock >= 3.10.0,<4.0
- pytest-snapshot >= 0.9.0
- pytest-xdist >=3.3.1,<4.0.0
- types-python-dateutil >=2.8.19,<3.0.0
- tox >=4.6.4,<5.0.0
- virtualenv-pyenv >=0.3.0,<1.0.0
- jupytext >= 1.14.0
- numpydoc >= 1.5.0
- pyright >= 1.1.280
- loguru
- torch>=2.1
- torchmetrics
- torchvision
- multiprocess
- keras
- yolov5 Using Using The worker on the other hand has two major problematic parts:
These findings have informed future efforts that will be spent on |
Closing as completed now that we have planned action items that will address performance issues. |
Feature description
See this talk from PackagingCon 2023:
https://cfp.packaging-con.org/2023/talk/VZUZ9Y/
Gotta Go Fast
Kat Marchán
Slides:
https://github.com/zkat/presentations/blob/881f8d085d30b1d6c89b666606570fa1a8d1a99f/presentation.md
Value and/or benefit
The talk is packed with tips on improving package manager perf.
We need to look at the slides and see what we can improve in conda-store.
Anything else?
Just an idea to explore, not an immediate call to action.
The text was updated successfully, but these errors were encountered: