Hacker News new | ask | show | jobs
by __mharrison__ 120 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.
2 comments

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.