Comment by __mharrison__
6 days ago
I just ported (this week) a 20-year-old Python app to uv/polars. (With AI it took two days). App is now 20x faster.
6 days ago
I just ported (this week) a 20-year-old Python app to uv/polars. (With AI it took two days). App is now 20x faster.
that's polars for ya
uv should not impact runtime performance at all
uv just happens to make installation trivial. 20 year old app much less so.
Both uv and polars are technically Rust, too.