App: Remove ResultCache #69

Merged
Jan Lindemann merged 1 commit from jan/feature/20260818-app-remove-resultcache into master 2026-08-18 13:02:04 +02:00 AGit

2026-08-18

App: Remove ResultCache
All checks were successful
CI / Packaging - Kali Linux (pull_request) Successful in 10m36s
CI / Packaging - OpenSUSE Tumbleweed (pull_request) Successful in 9m34s
CI / Packaging test (pull_request) Successful in 0s
App.ResultCache is a horrible piece of software, now superseded by
functools.cache, with no measurable performance benefit as of now.
Remove it.

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-08-18 11:52:31 +02:00