Engineering
7.0
Polars 2.0 pre-release comes with a 5x speed boost — but it could change row order
Polars 2.0 RC1 defaults LazyFrame.collect() to a streaming engine, delivering 5x aggregate speedup and massive memory savings on large datasets. The tradeoff: streaming execution no longer guarantees row order for certain operations, potentially breaking existing code.
Read article →