-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve
JsonWriter#value(Number)
performance (#2702)
* Improve `JsonWriter#value(Number)` performance For JDK number types other than `Float` and `Double` there is no need to check if the number string is NaN or Infinity. * Refactor boolean expression
- Loading branch information
1 parent
99cc4cb
commit d4d6744
Showing
1 changed file
with
13 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters