Skip to content

Refactor: Add workspace cache to CoreUtilsMixin#293

Merged
vicsanity623 merged 2 commits into
mainfrom
pyob-evolution-v2-1778643970
May 13, 2026
Merged

Refactor: Add workspace cache to CoreUtilsMixin#293
vicsanity623 merged 2 commits into
mainfrom
pyob-evolution-v2-1778643970

Conversation

@pyob-bot
Copy link
Copy Markdown
Collaborator

Summary of Changes

  • Added _workspace_cache attribute to the CoreUtilsMixin class in src/pyob/core_utils.py.
  • The cache is defined as a dictionary mapping strings to tuples of floats and strings, intended to store workspace-related metadata.

Technical Impact

  • This change introduces a stateful caching mechanism to the mixin, allowing for future implementation of memoization or performance optimizations within workspace operations.
  • No functional logic changes were introduced; this is a structural update to the class schema.

@vicsanity623 vicsanity623 merged commit c4faacb into main May 13, 2026
1 check passed
@vicsanity623 vicsanity623 deleted the pyob-evolution-v2-1778643970 branch May 13, 2026 04:38
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.

2 participants