From: Stephen Burrows Date: Tue, 7 Jun 2011 21:05:02 +0000 (-0400) Subject: Adjusted sobol cache usage to make an entry for every string/search combination or... X-Git-Tag: philo-0.9~5^2~6 X-Git-Url: http://git.ithinksw.org/philo.git/commitdiff_plain/1a3157137358d887b9c93d91e87df9ffce6c2f45?ds=sidebyside;hp=1a3157137358d887b9c93d91e87df9ffce6c2f45 Adjusted sobol cache usage to make an entry for every string/search combination or not use the cache at all. This is a more correct way of handling things, and anyone worried about too many cache entries from sobol can just increase the size of their cache. Also, sobol now caches search instances rather than just results - searches like GoogleSearch can now persist non-result state acquired with the results. ---