Closed
Description
Jsoniter project (https://github.com/plokhotnyuk/jsoniter-scala) has many impressive performance optimizations; linked f.ex from here:
https://www.reddit.com/r/java/comments/darehu/jackson_release_210/f1ysf1e/
Of ones included, number-parsing would be relevant for this repo.
EDIT: also see (from the comment below)
"Unrelated to jsoniter but this recent port of Lemire's Double parser:
https://github.com/wrandelshofer/FastDoubleParser
and the original paper https://arxiv.org/abs/2101.11408 also relevant"