[Interest] Faster QXmlStreamWriter?

Konstantin Tokarev annulen at yandex.ru
Tue Apr 24 16:39:08 CEST 2018



24.04.2018, 11:40, "Vadim Peretokin" <vperetokin at gmail.com>:
> On Tue, Apr 24, 2018 at 8:14 AM Thiago Macieira <thiago.macieira at intel.com> wrote:
>> On Monday, 23 April 2018 22:02:20 PDT Vadim Peretokin wrote:
>>> > Correct, QBuffer is not optimised for speed. I ran into that while
>>> > developing
>>> > QCborStreamWriter. The solution was to bypass it for speed.
>>>
>>> OK, that's a pity. I'll look into using pugixml instead, and if anyone else
>>> knows a faster XML serializer, I'd he happy to hear about it.
>>
>> Any chance you can choose a different serialisation format?
>
> We're thinking on the consequences of that - if pugixml isn't fast enough still, will look at a different format. Recommendations welcome! :)

If your serialized data is intended to be read by Qt applications only, QDataStream may be a good choice

> ,
>
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest


-- 
Regards,
Konstantin



More information about the Interest mailing list