Add vanilla
flag for generators
#485
Labels
3.x
Issues to be only tackled for Jackson 3.x, not 2.x
performance
Issue related to performance problems or enhancements
With 3.0 we can start specializing generators (and parsers too) more, due to full immutability of feature flags.
One thing that should allow minor performance optimization is separating "non-vanilla" feature handling, such as:
into either fully separate generator implementations, or, as the first step, to use "vanilla flag" (similar to how
BeanDeserializer
works) to at least combine many checks into one, streamlining the default case of not requiring additional checks.The text was updated successfully, but these errors were encountered: