xanderbailey commented on PR #19737:
URL: https://github.com/apache/datafusion/pull/19737#issuecomment-3733681707

   ```
   Test Case | Main (old) | New (builder) | Difference
   -- | -- | -- | --
   string_ascii_only (null_density=0) | 6.28 µs | 10.38 µs | +65% slower
   string_utf8 (null_density=0) | 11.52 µs | 15.30 µs | +33% slower
   string_view_ascii_only (null_density=0) | 6.74 µs | 10.51 µs | +56% slower
   string_view_utf8 (null_density=0) | 12.19 µs | 15.55 µs | +28% slower
   string_ascii_only (null_density=0.5) | 8.62 µs | 17.39 µs | +102% slower
   string_utf8 (null_density=0.5) | 11.57 µs | 19.39 µs | +68% slower
   string_view_ascii_only (null_density=0.5) | 8.80 µs | 22.61 µs | +157% slower
   string_view_utf8 (null_density=0.5) | 11.86 µs | 19.94 µs | +68% slower
   ```


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to