add option to disable metadata handling
Open
discuss
enhancement
- Dominant language
- Java
- Stars
- 14.9k
- Forks
- 3.5k
- Avg merge
- 19h 14m
- Merged PRs (30d)
- 63
Description
metadata handling adds 2 extra string comparisons for every `Event` field reference _getter_ `[]` or _setter_ `[]=`. when metadata is not useful in a particular configuration, we know these extra string comparisons are _not free_. We could add an option to disable metadata handling and have different method implementations that we could pick depending on the option.
Contributor guide
Assessment
This issue has not been assessed yet.