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"