Skip to content

Performance improvement for interpreted event processor #94

@gregv12

Description

@gregv12

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions