You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@paulirish@richardstartin
I have the same situation.
I use ajax to download the data and decode it.
Test results show that JSON takes half as long as CBOR.
I think we can improve the performance of decoding CBOR through wasm.
Just to give folks an idea of perf of this lib, I ran a really simple benchmark with a ~200kb object.
Also I tried a similar test with node-cbor and got similar numbers:
https://tonicdev.com/paulirish/56b25695414a7c0c0012b030
The text was updated successfully, but these errors were encountered: