fuzzydb icon indicating copy to clipboard operation
fuzzydb copied to clipboard

Use executorService to make ScoreConfiguration multi-threaded

Open nealeu opened this issue 14 years ago • 1 comments

Should be able to saturate cores with this quite well.

Also introduce ExecutorServiceFactory to centralize on one thread pool

nealeu avatar Oct 07 '11 09:10 nealeu

Investigated, and done within DumbOrderedSearch.

Things actually got slower if farming out scorers to multiple threads and then accumulating scores later. This would be good to revisit later.

nealeu avatar Oct 14 '11 06:10 nealeu