[Interest] Faster QXmlStreamWriter?
Thiago Macieira
thiago.macieira at intel.com
Mon Apr 23 08:32:02 CEST 2018
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.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
More information about the Interest
mailing list