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 improvement for interpreted event processor #94

Open
gregv12 opened this issue Dec 4, 2021 · 0 comments
Open

Performance improvement for interpreted event processor #94

gregv12 opened this issue Dec 4, 2021 · 0 comments
Assignees

Comments

@gregv12
Copy link
Contributor

gregv12 commented Dec 4, 2021

Issue #88 introduced support for interpreted event processing. Currently this is implemented with reflection based dispatch, which is less than optimal.

Goals:

  • Improve performance with code optimisations
  • Introduce a JMH test harness to measure before and after
  • Record results for an article
  • ZeroGc
  • Response time as close as possible to static compiled event processor
@gregv12 gregv12 self-assigned this Dec 4, 2021
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

No branches or pull requests

1 participant