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

Hacker News

2572 readers
463 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
top 1 comments
sorted by: hot top controversial new old
[–] pageflight@piefed.social 1 points 6 days ago* (last edited 6 days 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.