Skip to content

Conversation

@bendikberg
Copy link
Collaborator

@bendikberg bendikberg commented Sep 19, 2024

Purpose

When loading a file with a lot of bindings stored in CallSite.SingleRunTraceData, the trace reconciliation spends a lot of time reading nested data due to list allocations. And in general it does unecessary work copying lists and iterating through IEnumerables, for .Contains-testing and the like.

Declarations

Check these if you believe they are true

  • The code base is in a better state after this PR
  • Is documented according to the standards
  • The level of testing this PR includes is appropriate
  • User facing strings, if any, are extracted into *.resx files
  • All tests pass using the self-service CI.
  • Snapshot of UI changes, if any.

Reviewers

FYIs

@bendikberg
Copy link
Collaborator Author

bendikberg commented Sep 19, 2024

These are results for a full graph execution.

devenv_Hu6ocw92K8
devenv_qPyrZ0YqIQ

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.

3 participants