Replies: 2 comments 2 replies
-
Hi @cc636489 thank you so much for the benchmarks. I am missing some information: what OS are you on, and what pixi / uv / conda versions did you use? And how many cores does your system have? We recently improved the speed dramatically by making the validation much faster and the linking of files, too. This was shipped in pixi 0.39.4. Looking forward to hear from you! |
Beta Was this translation helpful? Give feedback.
-
Hi @wolfv, With the latest Pixi release (version: 0.59.4), here is the cache efficiency updated result: And the time spent on cache validation is dramatically reduced, here is the breakdown: I'm very excited about such improvement! Thanks for your tip! I have follow-up questions:
Thank you in advance for your help! |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I recently began exploring different Python package managers, focusing on three in particular: Conda, Pixi, and uv. I conducted an experiment comparing the total installation time with and without cache across different package size groups: small-sized packages (e.g., loguru and protobuf), medium-sized packages (e.g., numpy and pyarrow), and large-sized packages (e.g., tensorflow-gpu and pytorch-gpu). The results are as follows:
Conda
Pixi
uv
More details:
Question:
Many thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions