feat: added lru cache to unify function to speed up indexing

This commit is contained in:
2024-04-19 11:40:00 +02:00
parent d374ca324d
commit d9c711a2f8
4 changed files with 5 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ logging.getLogger().setLevel(logging.DEBUG)
if __name__ == "__main__":
commands = [
"s: #a Ghost Bath",
"4",
"d: 0",
]