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

Fix high CPU usage in FluentDataGrid by leveraging an ExpressionCache #1631

Merged
merged 2 commits into from
Mar 4, 2024

Conversation

vnbaaij
Copy link
Collaborator

@vnbaaij vnbaaij commented Mar 4, 2024

An ExpressionCache is added and used to prevent the FluentDataGrid from using Compile on Expression<Func<>> for every TemplateColumn tooltip. Fix #1621

@vnbaaij vnbaaij self-assigned this Mar 4, 2024
@vnbaaij
Copy link
Collaborator Author

vnbaaij commented Mar 4, 2024

Merging this one without review (for now) to enable Aspire team to test this in preview package

@vnbaaij vnbaaij merged commit 442836e into dev Mar 4, 2024
3 of 4 checks passed
@vnbaaij vnbaaij deleted the users/vnbaaij/fix-issue-#1621 branch March 4, 2024 22:31
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.

fix: High CPU usage in FluentDataGrid
1 participant