This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Poor performance in sort::sort_to_indices
with limit option in arrow2
#245
Labels
enhancement
An improvement to an existing feature
Hello, I did a benchmark vs arrow1.
It shows that arrow2 has great performance improved in
min
,sum
andmax
etc.But the
sort::sort_to_indices
function with limit 100 has a performance drop.Benchmark results:
Codes: https://github.com/sundy-li/learn/tree/master/arrow-vs-arrow2/benches
Scripts:
cargo bench -- "arrow1-sort 2\^13 f32"
cargo bench -- "arrow2-sort 2\^13 f32"
The text was updated successfully, but these errors were encountered: