You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rye uses a wide range of tools from the existing Python ecosystem internally, and it's worth discussing whether it's necessary to re-invent them all over again~
Well pip-tools need replacing, but I don't care much about it being written in Rust I think. But yes, that is one of the most significant issues with the whole experiment at the moment.
I noticed that this tool is written in Rust but still relies on pip-compile for dependency resolution:
https://github.com/mitsuhiko/rye/blob/main/rye/src/lock.rs#L232
Are there any plans to swap out pip-compile with something faster written in rust? Perhaps whatever dependency resolver cargo is using?
This certainly won't resolve package metadata retrieval slowness, but this would seem like a good place to leverage the performance of Rust!(?)
The text was updated successfully, but these errors were encountered: