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

   The benchmark result, i run locally for latest PR:
   
   ```rust
   critcmp  main fast_path_view --filter "iew"
   group                                                                        
                            fast_path_view                         main
   -----                                                                        
                            --------------                         ----
   StringViewArray: regexp_matches_utf8view scalar 
benchmarks/regexp_matches_utf8view scalar complex        1.01  1252.0±14.91µs   
     ? ?/sec    1.00  1242.8±12.91µs        ? ?/sec
   StringViewArray: regexp_matches_utf8view scalar 
benchmarks/regexp_matches_utf8view scalar contains       1.01   1224.7±7.64µs   
     ? ?/sec    1.00  1215.0±22.97µs        ? ?/sec
   StringViewArray: regexp_matches_utf8view scalar 
benchmarks/regexp_matches_utf8view scalar ends with      1.01    673.7±3.22µs   
     ? ?/sec    1.00    670.3±2.76µs        ? ?/sec
   StringViewArray: regexp_matches_utf8view scalar 
benchmarks/regexp_matches_utf8view scalar starts with    1.02    620.5±7.92µs   
     ? ?/sec    1.00    609.3±5.52µs        ? ?/sec
   eq StringViewArray StringViewArray                                           
                            1.00      4.3±0.02ms        ? ?/sec    1.10      
4.8±0.03ms        ? ?/sec
   eq StringViewArray StringViewArray inlined bytes                             
                            1.00      8.2±0.05ms        ? ?/sec    1.57     
12.8±0.10ms        ? ?/sec
   eq long same prefix strings StringViewArray                                  
                            1.04   521.7±11.72µs        ? ?/sec    1.00   
500.1±12.99µs        ? ?/sec
   eq scalar StringViewArray 13 bytes                                           
                            1.00      3.8±0.04ms        ? ?/sec    1.01      
3.9±0.04ms        ? ?/sec
   eq scalar StringViewArray 4 bytes                                            
                            1.00      4.0±0.04ms        ? ?/sec    1.02      
4.1±0.03ms        ? ?/sec
   eq scalar StringViewArray 6 bytes                                            
                            1.00      4.0±0.08ms        ? ?/sec    1.00      
4.0±0.03ms        ? ?/sec
   like_utf8view scalar complex                                                 
                            1.01     80.5±0.69ms        ? ?/sec    1.00     
80.0±0.40ms        ? ?/sec
   like_utf8view scalar contains                                                
                            1.00     76.5±0.65ms        ? ?/sec    1.00     
76.7±0.63ms        ? ?/sec
   like_utf8view scalar ends with 13 bytes                                      
                            1.00     18.8±0.21ms        ? ?/sec    1.01     
19.1±0.46ms        ? ?/sec
   like_utf8view scalar ends with 4 bytes                                       
                            1.00     18.9±0.19ms        ? ?/sec    1.00     
18.9±0.27ms        ? ?/sec
   like_utf8view scalar ends with 6 bytes                                       
                            1.01     18.9±0.23ms        ? ?/sec    1.00     
18.8±0.19ms        ? ?/sec
   like_utf8view scalar equals                                                  
                            1.02     14.3±0.62ms        ? ?/sec    1.00     
14.0±0.17ms        ? ?/sec
   like_utf8view scalar starts with 13 bytes                                    
                            1.00     18.1±0.19ms        ? ?/sec    1.01     
18.2±0.12ms        ? ?/sec
   like_utf8view scalar starts with 4 bytes                                     
                            1.00     10.5±0.10ms        ? ?/sec    1.00     
10.5±0.16ms        ? ?/sec
   like_utf8view scalar starts with 6 bytes                                     
                            1.00     18.4±0.20ms        ? ?/sec    1.00     
18.4±0.15ms        ? ?/sec
   long same prefix strings like_utf8view scalar complex                        
                            1.01   624.2±32.90µs        ? ?/sec    1.00   
615.5±13.97µs        ? ?/sec
   long same prefix strings like_utf8view scalar contains                       
                            1.02  1849.8±73.20µs        ? ?/sec    1.00  
1813.0±19.86µs        ? ?/sec
   long same prefix strings like_utf8view scalar ends with                      
                            1.00    593.1±4.95µs        ? ?/sec    1.01   
598.3±13.30µs        ? ?/sec
   long same prefix strings like_utf8view scalar equals                         
                            1.03    195.4±5.64µs        ? ?/sec    1.00    
190.2±1.29µs        ? ?/sec
   long same prefix strings like_utf8view scalar starts with                    
                            1.00    671.4±5.58µs        ? ?/sec    1.01   
676.8±20.18µs        ? ?/sec
   lt StringViewArray StringViewArray inlined bytes                             
                            1.00     47.6±1.05ms        ? ?/sec    1.11     
52.8±1.38ms        ? ?/sec
   lt long same prefix strings StringViewArray                                  
                            1.06    512.5±9.08µs        ? ?/sec    1.00    
482.1±5.10µs        ? ?/sec
   lt scalar StringViewArray                                                    
                            1.00     26.8±0.92ms        ? ?/sec    1.04     
28.0±1.56ms        ? ?/sec
   neq long same prefix strings StringViewArray                                 
                            1.03    521.1±9.77µs        ? ?/sec    1.00    
503.7±9.93µs        ? ?/sec
   ```


-- 
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]

Reply via email to