52
submitted 7 months ago by clot27@lemm.ee to c/python@programming.dev
you are viewing a single comment's thread
view the rest of the comments
[-] sugar_in_your_tea@sh.itjust.works 1 points 7 months ago* (last edited 7 months ago)

True, but poetry still has a long startup time (probably reading the lock file?) before it gets to the network parts. Also, a lot of the time spent in our projects is compiling/installing dependencies, not downloading them, and at least the install part could probably be sped up (I'm guessing async Rust is faster than whatever Poetry is doing).

But yeah, I'm not expecting huge wins here, but if it saves me a minute or so when rebuilding my docker images (currently takes >5 min in the poetry part alone), that's worth taking the time to switch.

I'm a lot more excited about projects like Ruff though, but any part of the Python tooling ecosystem is interesting.

[-] SatouKazuma@lemmy.world 1 points 7 months ago

Damn. Poetry alone takes 5 minutes in Docker rebuilds? That's good to know.

[-] sugar_in_your_tea@sh.itjust.works 2 points 7 months ago

It does for us, ymmv. pip wasn't that much faster, so the version resolution isn't our main bottleneck, we just have a lot of packages (like 30 direct deps, and they have their own deps; seems like ~140 packages in our biggest microservice).

[-] SatouKazuma@lemmy.world 1 points 7 months ago
[-] sugar_in_your_tea@sh.itjust.works 1 points 7 months ago

Well, I don't need to reinstall deps very often, like every 2 weeks at most. My regular workflow is like a 5s restart of the container, and that's if something breaks with the auto-reload.

But I still wouldn't say no to some speed improvements. It's way better than our FE codebase, which takes way longer.

[-] SatouKazuma@lemmy.world 1 points 7 months ago
[-] sugar_in_your_tea@sh.itjust.works 1 points 7 months ago
[-] SatouKazuma@lemmy.world 1 points 7 months ago

Ah. Thanks for clarifying, and apologies if I appeared stupid.

[-] sugar_in_your_tea@sh.itjust.works 2 points 7 months ago

No worries, always happy to clarify. ๐Ÿ˜€

this post was submitted on 16 Feb 2024
52 points (100.0% liked)

Python

6211 readers
91 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

๐Ÿ“… Events

October 2023

November 2023

PastJuly 2023

August 2023

September 2023

๐Ÿ Python project:
๐Ÿ’“ Python Community:
โœจ Python Ecosystem:
๐ŸŒŒ Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS