zhuqi-lucas commented on PR #7979:
URL: https://github.com/apache/arrow-rs/pull/7979#issuecomment-3109047271

   The u32 is:
   ```rust
   sort f32 nulls to indices 2^12                          1.00     39.7±0.10µs 
       ? ?/sec    1.37     54.5±0.17µs        ? ?/sec
   ```
   
   This PR is:
   ```rust
   sort f32 nulls to indices 2^12                          1.00     40.5±0.24µs 
       ? ?/sec    1.34     54.5±0.14µs        ? ?/sec
   ```
   
   About %3 improvement for the u32 implement.


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to