alamb commented on PR #7792: URL: https://github.com/apache/arrow-rs/pull/7792#issuecomment-3025239012
[Those](https://github.com/apache/arrow-rs/pull/7792#issuecomment-3025228282) are some impressive numbers. ``` group fast_sort_string_view main ----- --------------------- ---- sort string_view[0-400] nulls to indices 2^12 1.00 82.8±0.18µs ? ?/sec 1.78 147.8±0.54µs ? ?/sec sort string_view[0-400] to indices 2^12 1.00 121.8±0.32µs ? ?/sec 2.21 269.1±0.56µs ? ?/sec sort string_view[10] nulls to indices 2^12 1.00 108.9±0.24µs ? ?/sec 1.28 139.7±0.43µs ? ?/sec sort string_view[10] to indices 2^12 1.00 173.0±0.38µs ? ?/sec 1.34 231.2±0.34µs ? ?/sec sort string_view_inlined[0-12] nulls to indices 2^12 1.00 103.7±0.30µs ? ?/sec 1.40 145.6±0.33µs ? ?/sec sort string_view_inlined[0-12] to indices 2^12 1.00 163.4±0.42µs ? ?/sec 1.51 247.1±0.62µs ? ?/sec ``` I am now reviewing this PR in more detail -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
