FasterXML / FasterXML/jackson-core

Add `vanilla` flag for generators

Abierto
#485 0 comentarios 0 reacciones 0 asignados Ver en GitHub
3.x performance
Lenguaje dominante
Java
Estrellas
2.4k
Forks
928
Merge medio
2 d 18 h
PR fusionados (30 d)
24

Descripción

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.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.