1
0
mirror of https://github.com/nlohmann/json synced 2024-11-22 12:00:05 +00:00
nlohmannjson/include/nlohmann
Romain Reignier d4daaa897f
Optimize output vector adapter write (#3569)
* 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.
2022-07-08 08:12:00 +02:00
..
detail Optimize output vector adapter write (#3569) 2022-07-08 08:12:00 +02:00
thirdparty/hedley 🚨 add new CI and fix warnings (#2561) 2021-03-24 07:15:18 +01:00
adl_serializer.hpp Consolidate documentation (#3071) 2021-12-29 13:41:01 +01:00
byte_container_with_subtype.hpp Consolidate documentation (#3071) 2021-12-29 13:41:01 +01:00
json_fwd.hpp Consolidate documentation (#3071) 2021-12-29 13:41:01 +01:00
json.hpp Add overloads for more key types to ordered_map and fix ordered_map::erase(first, last) with first == last (#3564) 2022-07-04 19:58:19 +02:00
ordered_map.hpp Add overloads for more key types to ordered_map and fix ordered_map::erase(first, last) with first == last (#3564) 2022-07-04 19:58:19 +02:00