2018-04-24 17:52 GMT+02:00 Thiago Macieira <thiago.macie...@intel.com>:
> On Tuesday, 24 April 2018 07:39:08 PDT Konstantin Tokarev wrote:
>> If your serialized data is intended to be read by Qt applications only,
>> QDataStream may be a good choice
>
> Also slow.
>
> Binary QJsonDocument is the fastest, followed closely by QCborValue (new in
> 5.12).

Out of curiosity, what makes QDataStream slow? From your other comment
on QBuffer, it sounds like it might be related to the QIODevice
interface. Does that mean it's impossible to get best performance
through QIODevice, because of some design flaw? Or is there something
else that makes QDataStream and QBuffer slow?
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to