You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current benchmark for FastBigDecimalParser suggests it is better for numbers with lots of digits (and still a little better for numbers with a small number of digits).
Similar to the FastDoubleParser support added in Jackson 2.14. FastBigDecimalParser would be enabled optionally.
I have some code based on https://github.com/plokhotnyuk/jsoniter-scala
https://github.com/pjfanning/jackson-number-parse-bench/blob/main/src/main/java/org/example/jackson/bench/FastBigDecimalParser.java
Maybe something for Jackson 2.15.
Relates to #814 and #815
The current benchmark for FastBigDecimalParser suggests it is better for numbers with lots of digits (and still a little better for numbers with a small number of digits).
For BigInteger parsing, I got:
The text was updated successfully, but these errors were encountered: