pjfanning commented on PR #1757:
URL: https://github.com/apache/pekko/pull/1757#issuecomment-2651825305

   So far, it seems that the performance is lower if you do not use the 
ThreadLocalRandom. The speed is still good and I don't think we are in a 
hotspot area where the small perf loss here will make a big diff. I don't think 
anyone should use this option unless they have a good reason to worry about 
their virtual thread usage leading to an excessive amount of object instance 
creation (one ThreadLocalRandom instance per virtual thread).


-- 
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: notifications-unsubscr...@pekko.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org
For additional commands, e-mail: notifications-h...@pekko.apache.org

Reply via email to