aboutsummaryrefslogtreecommitdiffstats
path: root/src/algo_factory/info.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add a new cache at the level of Algorithm_Factory. Intent is to replacelloyd2008-11-111-0/+1
| | | | | | | the caches included in the Engines, allowing faster search/query along and making the Engine implementations mostly or entirely stateless, also removing the need for a two-phase initialization there. Stil buggy + incomplete.
* Move Algorithm_Factory from libstate (which it did not depend on) to ↵lloyd2008-11-111-0/+14
algo_factory/