alamb commented on PR #6703:
URL: https://github.com/apache/arrow-rs/pull/6703#issuecomment-2465903188

   Benchmark results (basically no change in my opinion):
   
   ```
   ++ critcmp master findepi_fix-like-with-escapes-792c56
   group                                              
findepi_fix-like-with-escapes-792c56    master
   -----                                              
------------------------------------    ------
   ilike_utf8 scalar complex                          1.00      2.6±0.07ms      
  ? ?/sec     1.01      2.7±0.06ms        ? ?/sec
   ilike_utf8 scalar contains                         1.03      4.3±0.05ms      
  ? ?/sec     1.00      4.1±0.05ms        ? ?/sec
   ilike_utf8 scalar ends with                        1.00  1202.7±35.59µs      
  ? ?/sec     1.03  1236.9±23.92µs        ? ?/sec
   ilike_utf8 scalar equals                           1.00   747.4±16.29µs      
  ? ?/sec     1.05   784.2±23.50µs        ? ?/sec
   ilike_utf8 scalar starts with                      1.00  1102.1±30.61µs      
  ? ?/sec     1.02  1127.3±28.58µs        ? ?/sec
   ilike_utf8_scalar_dyn dictionary[10] string[4])    1.00     77.6±0.08µs      
  ? ?/sec     1.00     77.7±0.10µs        ? ?/sec
   like_utf8 scalar complex                           1.00  1845.0±21.89µs      
  ? ?/sec     1.02  1889.4±18.40µs        ? ?/sec
   like_utf8 scalar contains                          1.00  1549.6±14.84µs      
  ? ?/sec     1.01  1570.9±13.61µs        ? ?/sec
   like_utf8 scalar ends with                         1.00   410.3±14.51µs      
  ? ?/sec     1.02   420.4±10.65µs        ? ?/sec
   like_utf8 scalar equals                            1.00    127.0±0.52µs      
  ? ?/sec     1.00    127.0±0.27µs        ? ?/sec
   like_utf8 scalar starts with                       1.00   336.7±19.19µs      
  ? ?/sec     1.01    339.4±5.83µs        ? ?/sec
   like_utf8_scalar_dyn dictionary[10] string[4])     1.00     77.5±0.12µs      
  ? ?/sec     1.00     77.4±0.05µs        ? ?/sec
   like_utf8view scalar complex                       1.00    182.4±0.72ms      
  ? ?/sec     1.00    183.1±0.44ms        ? ?/sec
   like_utf8view scalar contains                      1.03    142.5±0.23ms      
  ? ?/sec     1.00    138.8±0.22ms        ? ?/sec
   like_utf8view scalar ends with 13 bytes            1.00     44.3±0.38ms      
  ? ?/sec     1.08     47.8±0.10ms        ? ?/sec
   like_utf8view scalar ends with 4 bytes             1.00     45.0±0.18ms      
  ? ?/sec     1.09     48.9±0.18ms        ? ?/sec
   like_utf8view scalar ends with 6 bytes             1.00     44.8±0.13ms      
  ? ?/sec     1.08     48.6±0.17ms        ? ?/sec
   like_utf8view scalar equals                        1.00     35.8±0.16ms      
  ? ?/sec     1.01     36.0±0.07ms        ? ?/sec
   like_utf8view scalar starts with 13 bytes          1.01     47.8±0.15ms      
  ? ?/sec     1.00     47.3±0.16ms        ? ?/sec
   like_utf8view scalar starts with 4 bytes           1.00     34.3±0.09ms      
  ? ?/sec     1.00     34.3±0.10ms        ? ?/sec
   like_utf8view scalar starts with 6 bytes           1.01     48.2±0.20ms      
  ? ?/sec     1.00     47.8±0.15ms        ? ?/sec
   nilike_utf8 scalar complex                         1.00      2.6±0.06ms      
  ? ?/sec     1.02      2.7±0.07ms        ? ?/sec
   nilike_utf8 scalar contains                        1.03      4.2±0.06ms      
  ? ?/sec     1.00      4.1±0.05ms        ? ?/sec
   nilike_utf8 scalar ends with                       1.00  1189.1±24.87µs      
  ? ?/sec     1.03  1229.4±22.89µs        ? ?/sec
   nilike_utf8 scalar equals                          1.00   755.0±17.17µs      
  ? ?/sec     1.04   787.2±27.12µs        ? ?/sec
   nilike_utf8 scalar starts with                     1.00  1124.4±45.36µs      
  ? ?/sec     1.01  1136.6±33.68µs        ? ?/sec
   nlike_utf8 scalar complex                          1.00  1855.2±39.69µs      
  ? ?/sec     1.02  1887.3±29.24µs        ? ?/sec
   nlike_utf8 scalar contains                         1.00  1548.3±12.27µs      
  ? ?/sec     1.01  1568.2±12.93µs        ? ?/sec
   nlike_utf8 scalar ends with                        1.00   411.8±17.08µs      
  ? ?/sec     1.02    420.5±7.53µs        ? ?/sec
   nlike_utf8 scalar equals                           1.00    126.7±0.14µs      
  ? ?/sec     1.00    127.0±0.39µs        ? ?/sec
   nlike_utf8 scalar starts with                      1.00    328.4±5.42µs      
  ? ?/sec     1.05   345.2±13.53µs        ? ?/sec
   ++ popd
   ```


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