logoalt Hacker News

devnotes77today at 2:08 PM1 replyview on HN

Polars is fastest when you avoid eager eval mid-pipeline. If you see a 40x gap it's often from calling .collect() inside a loop or applying Python UDFs row-wise.


Replies

__mharrison__today at 3:23 PM

App is now lazy!