App: Remove ResultCache #69
Loading…
Reference in a new issue
No description provided.
Delete branch "jan/feature/20260818-app-remove-resultcache"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
App: Remove ResultCache
App.ResultCache is a horrible piece of software, now superseded by functools.cache, with no measurable performance benefit as of now. Remove it.