mkrussel
03/02/2022, 3:08 PMJson
instance will be slow? Parsing a small JSON text in some unit tests. The first test takes 167 ms (longer on build machine) just in the parsing. All the other tests take about one millisecond to parse the same amount of JSON.
This is on the JVM with Kotlin 1.6.10 and Serialization 1.3.2.Big Chungus
03/02/2022, 3:09 PMmkrussel
03/02/2022, 3:11 PMephemient
03/02/2022, 3:41 PMmkrussel
03/02/2022, 3:50 PMmbonnin
03/03/2022, 10:00 AM