File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -228,11 +228,11 @@ effectively.
228228** Benchmark Comparison**
229229-------------------------
230230
231- | Format | Serialization Speed | Deserialization Speed | Serialized Size |
232- | -------------| ------------------------ | - -----------------------| -----------------|
233- | MessagePack | 4x faster than JSON | 3x faster than JSON | ~ 50% of JSON |
234- | Protobuf | 1.5x faster than JSON | 1.2x faster than JSON | ~ 70% of JSON |
235- | JSON | Baseline | Baseline | Baseline |
231+ | Format | Serialization Speed | Deserialization Speed | Serialized Size |
232+ | -------------| -----------------------| -----------------------| -----------------|
233+ | MessagePack | 4x faster than JSON | 3x faster than JSON | ~ 50% of JSON |
234+ | Protobuf | 1.5x faster than JSON | 1.2x faster than JSON | ~ 70% of JSON |
235+ | JSON | Baseline | Baseline | Baseline |
236236
237237## Acknowledgements
238238
You can’t perform that action at this time.
0 commit comments