Open nameexhaustion opened 2 weeks ago
We are currently using gather (take_unchecked) kernels from polars-arrow. We should add and use optimized gather kernels to polars-compute instead.
gather
polars-arrow
polars-compute
Yes, I think we can move many, and rename them.
Description
We are currently using
gather
(take_unchecked) kernels frompolars-arrow
. We should add and use optimized gather kernels topolars-compute
instead.