FelixYBW commented on PR #6646:
URL: 
https://github.com/apache/incubator-gluten/pull/6646#issuecomment-2263553503

   > @WangGuangxin We utilize the WriteQueue to minimize the number of JNI 
calls, which can enhance performance. Without it, we would invoke JNI 
operations for each batch. Could you conduct a benchmark to compare performance 
with and without the WriteQueue? If there's no significant difference in 
performance, I'm open to removing the queue.
   
   JNI call per batch should be OK. We have multiple JNI call per batch during 
C2R/R2C and shuffle writter.


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