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