Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added shortlived cache to the executor for minimization of the storage access #2009

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

xgreenx
Copy link
Collaborator

@xgreenx xgreenx commented Jul 3, 2024

I haven't measured the performance of this change, so it is hard to say how useful it is. If, during the execution, we touched the same data, it could definitely help, but if each touched object was unique, then deallocation of all cached entries could be more expensive than saving from not touching the storage.

I will just leave the PR here open to gather thoughts.

Before requesting review

  • I have reviewed the code myself

@xgreenx xgreenx requested a review from a team July 3, 2024 10:04
@xgreenx xgreenx self-assigned this Jul 3, 2024
@xgreenx xgreenx added the no changelog Skip the CI check of the changelog modification label Jul 3, 2024
@xgreenx xgreenx marked this pull request as draft August 27, 2024 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no changelog Skip the CI check of the changelog modification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants