Adjusted sobol cache usage to make an entry for every string/search combination or...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Tue, 7 Jun 2011 21:05:02 +0000 (17:05 -0400)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Tue, 7 Jun 2011 21:05:02 +0000 (17:05 -0400)
commit1a3157137358d887b9c93d91e87df9ffce6c2f45
tree844e92fba4a0afce5f8e22e7e71c1cef68f94c4d
parent901a08d5806104a39cae8629daf1e1f36f14ac68
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.
philo/contrib/sobol/__init__.py
philo/contrib/sobol/models.py
philo/contrib/sobol/search.py
philo/contrib/sobol/templates/sobol/search/basesearch.html [new file with mode: 0644]
philo/contrib/sobol/templates/sobol/search/googlesearch.html [moved from philo/contrib/sobol/templates/search/googlesearch.html with 100% similarity]