this post was submitted on 05 Sep 2025
2 points (75.0% liked)

Hacker News

2770 readers
234 users here now

Posts from the RSS Feed of HackerNews.

The feed sometimes contains ads and posts that have been removed by the mod team at HN.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] pageflight@piefed.social 1 points 1 month ago* (last edited 1 month ago)

Use polars, or some framework that's been built with performance from the start?

I have optimized pandas notebooks before, but it seems a bit like a foundation of sand.

plus a GPU-powered drop-in accelerator, cudf.pandas, that delivers order-of-magnitude speedups with no code changes.

Don’t have a GPU on your machine? No problem—you can use cudf.pandas for free in Google Colab, where GPUs are available and the library comes pre-installed.

Ah, I see why NVIDIA is writing about it.