adriangb commented on PR #20820:
URL: https://github.com/apache/datafusion/pull/20820#issuecomment-4119750905

   > I am now going to experiment with using crossbeam queue / reducing the 
synchronization cost
   
   I was using `crossbeam-deque` 
[`Injector`](https://docs.rs/crossbeam-deque/latest/crossbeam_deque/struct.Injector.html)
 + 
[`steal`](https://docs.rs/crossbeam-deque/latest/crossbeam_deque/index.html#stealing)
 in https://github.com/adriangb/datafusion/pull/7 with pretty good results 
fwiw, but I think this PR is moving the work stealing aspect to application 
logic.


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