Skip to content

Cache Package Version Lookups#946

Merged
hmstepanek merged 4 commits intomainfrom
fix-cache-package-versions
Oct 19, 2023
Merged

Cache Package Version Lookups#946
hmstepanek merged 4 commits intomainfrom
fix-cache-package-versions

Conversation

@TimPansino
Copy link
Copy Markdown
Contributor

Overview

  • Implement caching for package version lookups to prevent future performance issues.
    • Note: Python 2.7 does not support this decorator and requires a custom implementation of caching. The implementation closely mirrors @functools.cache including thread safety and the cache_clear() function.

Related Github Issue

Supersedes and closes #817

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants