Commit 2b6da684 authored by Björn Breitmeyer's avatar Björn Breitmeyer Committed by Björn Breitmeyer
Browse files

Further performance improvements by avoiding allocation.


Avoid allocation of QByteArray on the write side of Property change
serialization.

Cache the newed packets, this helps because the memory of the QStrings
in the packets can be reused and doesn't need a new allocation and
we save the packet allocation.

Change-Id: I3848013c222d89508b7011a60f964883c01d7dd6
Reviewed-by: default avatarBrett Stottlemyer <bstottle@ford.com>
Showing with 79 additions and 26 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment