16 Sep
2020
16 Sep
'20
3:05 p.m.
Niall Douglas wrote:
I know what you're saying. However, comparing **C++ implementations** of CBOR to JSON ones does not yield much differential. For example, simdjson will happily sustain 10 Gbit of textual JSON parsing per session which is enough for most NICs. CBOR parsers, at least the ones available to C++, are no better than this.
That's not a fair comparison, because you need fewer Gb to encode the same thing in CBOR.