- Added a good idea to the caching thing.

This commit is contained in:
ccremers 2005-03-02 20:35:22 +00:00
parent 91ed26f1ff
commit f5a6774c0a

View File

@ -6,6 +6,13 @@
# (c)2005 Cas Cremers # (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 md5
import commands import commands
import os import os