mirror of
https://github.com/nlohmann/json.git
synced 2026-03-01 14:56:27 +00:00
* Add benchmark for cbor serialization and cbor binary data serialization * Use std::vector::insert method instead of std::copy in output_vector_adapter::write_characters This change increases a lot the performance when writing lots of binary data.