shubhamvishu opened a new issue, #15684: URL: https://github.com/apache/lucene/issues/15684
### Description This is a spinoff from a past discussion where @uschindler [proposed about switching IndexSearcher to use ForkJoinPool](https://github.com/apache/lucene/pull/12183#discussion_r1324259855) instead of `Executor` as it provides less blocking, work stealing etc benefits. Opening this to get some discussion started if this is worth pursuing or any caveats to be careful of (one that I have read is it is good for CPU intensive work but slow for I/O workloads? - are we using IndexSearcher's executor for doing any of such things?) -- 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]
