Scala benchmarks.
It compares parser combinator libraries speed by JSON parsing.
Comparison libraries:
Result (2020/08/15)
Benchmark Mode Cnt Score Error Units
Bench.measureAtto thrpt 3 90.321 ± 4.673 ops/s
Bench.measureFastparse thrpt 3 2996.322 ± 217.350 ops/s
Bench.measureMiniparse thrpt 3 2424.982 ± 203.496 ops/s
Bench.measureParserCombinators thrpt 3 329.207 ± 54.708 ops/s
Bench.measureStackparse thrpt 3 538.673 ± 211.648 ops/s
2020 (C) TSUYUSATO "MakeNowJust" Kitsune