pitrou commented on pull request #8472:
URL: https://github.com/apache/arrow/pull/8472#issuecomment-714625854


   This seems to speed up the compute layer a bit.
   * Before:
   ```
   ArrayArrayKernel<Add, Int64Type>/32768/100       3781 ns         3780 ns     
  738685 bytes_per_second=8.07385G/s items_per_second=1083.65M/s null_percent=1 
size=32.768k
   ```
   * After:
   ```
   ArrayArrayKernel<Add, Int64Type>/32768/100       3615 ns         3614 ns     
  777365 bytes_per_second=8.44344G/s items_per_second=1.13326G/s null_percent=1 
size=32.768k
   ```
   


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

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


Reply via email to