Benchmarking Kotlin JSON Parsers: Jackson-Kotlin and Kotlinx Serialization
It’s once again… BENCHMARKING TIME We’ll take different JSON Parsers, run them through tests, run them once, run them ten times, run them a thousand times, look at their speeds, and infer the reasons behind why one might be faster in certain situations. Last time,… Read More »Benchmarking Kotlin JSON Parsers: Jackson-Kotlin and Kotlinx Serialization