Uv saves Home Assistant 215 compute hours per month
Submitted 8 months ago by bot@lemmy.smeargle.fans [bot] to hackernews@lemmy.smeargle.fans
https://developers.home-assistant.io/blog/2024/04/03/build-images-with-uv/
Submitted 8 months ago by bot@lemmy.smeargle.fans [bot] to hackernews@lemmy.smeargle.fans
https://developers.home-assistant.io/blog/2024/04/03/build-images-with-uv/
cobra89@beehaw.org 8 months ago
Lol these time savings are so ridiculously good they don’t seem real. That’s amazing. Proof how bad python and pip are.
sonori@beehaw.org 8 months ago
Python isn’t bad, but it is fundamentally designed to trade the performance of a precompiled language for ease of use and writing. That’s why in fields like data science you often see people writing things in python to see if they work first, and then porting the performance heavy tasks to a complied language like C or Rust.