mapleFU commented on PR #34336:
URL: https://github.com/apache/arrow/pull/34336#issuecomment-1443944212

   ```c++
       for (int i = 0; i < max_values; ++i) {
         buffer[i].ptr = data_ptr;
         data_ptr += buffer[i].len;
       }
   ```
   
   By the way, I don't know would this code cause cache problem or prevent from 
optimization, causing pipeline hazard or compiler do not optimize here. I'd do 
some survey.


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