FasterXML / FasterXML/jackson-core
Add `vanilla` flag for generators
オープン
3.x
performance
- 主要言語
- Java
- スター
- 2.4k
- フォーク
- 928
- 平均マージ
- 2日 18時間
- マージ済み PR(30日)
- 24
説明
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:
* Unquoted field names
* Pretty-printing
* Custom escaping
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.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。