[Interest] Faster QXmlStreamWriter?

Vadim Peretokin vperetokin at gmail.com
Tue Apr 24 07:02:20 CEST 2018


On Mon, Apr 23, 2018 at 8:32 AM Thiago Macieira <thiago.macieira at intel.com>
wrote:

> On Sunday, 22 April 2018 22:15:48 PDT Vadim Peretokin wrote:
> > Thanks! That helped remove the resize operation from the profiling data,
> > but QBuffer::writeData is still there, and the overall time didn't change
> > much.
> >
> > Is there anything else I can look at, or is this a dead end then -
> requires
> > a different serialization solution altogether (a lot of work)?
>
> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20180424/f049b85d/attachment.html>


More information about the Interest mailing list