pola-rs / polars

Dataframes powered by a multithreaded, vectorized query engine, written in Rust
https://docs.pola.rs
Other
30.5k stars 1.98k forks source link

Add `gather` kernels to `polars-compute` #19655

Open nameexhaustion opened 2 weeks ago

nameexhaustion commented 2 weeks ago

Description

We are currently using gather (take_unchecked) kernels from polars-arrow. We should add and use optimized gather kernels to polars-compute instead.

ritchie46 commented 2 weeks ago

Yes, I think we can move many, and rename them.