mirror of
https://github.com/nlohmann/json.git
synced 2025-11-23 19:34:10 +08: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.