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

Only track changed values when it matters #368

Merged
merged 4 commits into from
Sep 5, 2024

Conversation

Le-Merle
Copy link
Contributor

@Le-Merle Le-Merle commented Sep 3, 2024

As requested in #347

The idea is to skip tracking the change state until the ReturnOnlyChangedValues property is true.

@Le-Merle Le-Merle requested a review from a team as a code owner September 3, 2024 15:01
Copy link
Member

@baywet baywet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution!

src/abstractions/store/InMemoryBackingStore.cs Outdated Show resolved Hide resolved
@Le-Merle
Copy link
Contributor Author

Le-Merle commented Sep 3, 2024

@microsoft-github-policy-service agree company="Workleap"

@baywet baywet linked an issue Sep 4, 2024 that may be closed by this pull request
baywet
baywet previously approved these changes Sep 4, 2024
Copy link
Member

@baywet baywet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like @andrueastman go give it an additional review here.

Copy link
Member

@andrueastman andrueastman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏼 on this change.

Thanks for the contribution here @Le-Merle. Appreciate your time looking into this and making it better.

@andrueastman andrueastman merged commit 6516c93 into microsoft:main Sep 5, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

InMemoryBackingStore performs poorly when reading properties
3 participants