Trivial speedup

This commit is contained in:
Miroslav Stampar
2021-03-03 23:28:27 +01:00
parent eeacab0f19
commit 0df2592622
4 changed files with 15 additions and 3 deletions

View File

@@ -1997,6 +1997,7 @@ def _setKnowledgeBaseAttributes(flushAll=True):
kb.cache = AttribDict()
kb.cache.addrinfo = {}
kb.cache.content = {}
kb.cache.comparison = {}
kb.cache.encoding = {}
kb.cache.alphaBoundaries = None
kb.cache.hashRegex = None