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

Performance improvements to event sources #648

Closed
3 tasks done
ujjwalchadha opened this issue Jan 4, 2021 · 0 comments · Fixed by #852
Closed
3 tasks done

Performance improvements to event sources #648

ujjwalchadha opened this issue Jan 4, 2021 · 0 comments · Fixed by #852
Assignees
Labels
fixed Issue has been fixed in an upcoming or existing release performance Related to performance work
Milestone

Comments

@ujjwalchadha
Copy link
Contributor

ujjwalchadha commented Jan 4, 2021

  • _eventInvoke is per-instance and could be made static for each TDelegate type
  • Check whether some of our Expression.Lambda stuff could be rearranged into a generic and instantiated where needed to produce a delegate
  • Investigate generating event sources using a source generator for TDelegate types already known
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed Issue has been fixed in an upcoming or existing release performance Related to performance work
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants