$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2020-09-16 15:05:21
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.