From f5a6774c0a64be976dbdcc441b272a458ec86bab Mon Sep 17 00:00:00 2001 From: ccremers Date: Wed, 2 Mar 2005 20:35:22 +0000 Subject: [PATCH] - Added a good idea to the caching thing. --- test/scythercache.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/scythercache.py b/test/scythercache.py index a49a4e7..a92918e 100644 --- a/test/scythercache.py +++ b/test/scythercache.py @@ -6,6 +6,13 @@ # (c)2005 Cas Cremers # # +# TODO: +# +# - Maybe it is an idea to time the output. If Scyther takes less +# than a second, we don't need to cache the output. That would +# reduce the required cache size significantly. +# + import md5 import commands import os