Join Slack
Communities
Powered by
Hi, Is there a performance benchmark for comparing...
# serialization
l
LSD
04/26/2023, 9:07 AM
Hi, Is there a performance benchmark for comparing kotlin-serialization with Jackson/Gson/Moshi?
o
orangy
04/26/2023, 9:32 AM
Well, it’s kinda googlable, and the answer may very much depend on your platform, setup, data structure, etc 🙂 Eg
https://bladecoder.medium.com/kotlin-json-benchmark-on-android-2022-moshi-vs-kotlin-serialization-18436c0596c3
l
LSD
04/26/2023, 9:36 AM
Thank you. Actually, I have already read that article, but I just wanted to know if there is an official benchmark by JB team. Also, I am currently using Jackson and Gson, but that article only compares Moshi.
o
orangy
04/26/2023, 9:44 AM
Another example, comparing other frameworks
https://apiumhub.com/tech-blog-barcelona/json-in-kotlin-comparing-options/
l
LSD
04/26/2023, 10:53 AM
Thank you!
6
Views
Open in Slack
Previous
Next