Hacker News new | ask | show | jobs
by ayhanfuat 960 days ago
I encountered the same issue. Polars' memory usage was much lower for the datasets I tried.
1 comments

Problems I encountered with polar was that the immutability meant that copies of the dataframe were generated and not cleaned up fast enough.