jbellis commented on PR #12254:
URL: https://github.com/apache/lucene/pull/12254#issuecomment-1529909165

   Replaced parallel stream with ExecutorService.  Only ThreadPoolExecutor is 
supported, since it knows how many thread it has available.  After a quick look 
that is the only type I see Lucene creating.
   
   I was pleasantly surprised that the TPE is no slower than parallel streams 
in my testing.


-- 
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: issues-unsubscr...@lucene.apache.org

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


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

Reply via email to