fuzzydb
fuzzydb copied to clipboard
Use executorService to make ScoreConfiguration multi-threaded
Should be able to saturate cores with this quite well.
Also introduce ExecutorServiceFactory to centralize on one thread pool
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.