A quick benchmark to show the performance differences between Json and MsgPack using ArduinoJson.
2021-Jul: MOVED TO https://github.com/fabianoriccardi/benchmark-json-messagepack
A quick benchmark to show the performance differences between Json and MsgPack using ArduinoJson.
2021-Jul: MOVED TO https://github.com/fabianoriccardi/benchmark-json-messagepack
Thanks for the correction! Fix done
Added benchmark on ESP32-32 (developmental version of the core)
Added benchmark on Arduino Nano 33 IoT
deserializeJson()
anddeserializeMsgPack()
already reset the document, so you don't need to callJsonDocument::clear()
.