Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

port over potential optimizations to JsonDecoder #116

Open
radai-rosenblatt opened this issue Dec 2, 2020 · 0 comments
Open

port over potential optimizations to JsonDecoder #116

radai-rosenblatt opened this issue Dec 2, 2020 · 0 comments
Labels
enhancement New feature or request helper related to the compatibility helper

Comments

@radai-rosenblatt
Copy link
Collaborator

  • in.getCurrentToken().isNumeric() vs in.getCurrentToken() == JsonToken.VALUE_NUMBER_INT
  • disableFeature(JsonParser.Feature.INTERN_FIELD_NAMES) on JsonParser instances
radai-rosenblatt pushed a commit to radai-rosenblatt/avro-util that referenced this issue Dec 7, 2020
radai-rosenblatt pushed a commit to radai-rosenblatt/avro-util that referenced this issue Dec 7, 2020
radai-rosenblatt pushed a commit to radai-rosenblatt/avro-util that referenced this issue Dec 7, 2020
radai-rosenblatt added a commit that referenced this issue Dec 7, 2020
)

Co-authored-by: Radai Rosenblatt <rrosenbl@rrosenbl-mn1.linkedin.biz>
@srramach srramach added enhancement New feature or request helper related to the compatibility helper labels Oct 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request helper related to the compatibility helper
Projects
None yet
Development

No branches or pull requests

2 participants