Anyone else experienced significant lag times when deserializing JSON with custom serializers on Android, as compared with iOS?
We deserialize a ~10kb JSON string in ~90ms on iOS versus anywhere between 200ms and 8 seconds on Android.
v
Vsevolod Tolstopyatov [JB]
10/03/2020, 1:23 PM
Performance of JSON parsers seems to be on par with Moshi, so it would be nice to see an actual benchmark