Hacker News new | ask | show | jobs
by kipukun 485 days ago
You'd be surprised. As long as your query is using Polars natives and not a UDF (which drops it down to Python), you may get good results.
1 comments

A (simple) benchmark would be great to figure out where the practical limits of such an approach are. Runtime is expected to grow with O(n*2) which will get painful at some point.