aboutsummaryrefslogtreecommitdiffstats
path: root/src/algo_factory/info.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-11 18:03:44 +0000
committerlloyd <[email protected]>2008-11-11 18:03:44 +0000
commit6a1e19928007c0047518e8e15b92bba116bf7a58 (patch)
tree70ce4ccb0f859884dac49895ebcff3e1d00b6b2e /src/algo_factory/info.txt
parenta26685bf9feee9b9457bd1313b3943701aa37367 (diff)
Add a new cache at the level of Algorithm_Factory. Intent is to replace
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.
Diffstat (limited to 'src/algo_factory/info.txt')
-rw-r--r--src/algo_factory/info.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/algo_factory/info.txt b/src/algo_factory/info.txt
index f26b09566..34f2a94cc 100644
--- a/src/algo_factory/info.txt
+++ b/src/algo_factory/info.txt
@@ -11,4 +11,5 @@ utils
<add>
algo_factory.cpp
algo_factory.h
+algo_cache.h
</add>