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



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

Reply via email to