rowdata: Use emplace_back() for Annotation objects.
authorUwe Hermann <uwe@hermann-uwe.de>
Wed, 2 Aug 2017 06:14:31 +0000 (08:14 +0200)
committerUwe Hermann <uwe@hermann-uwe.de>
Fri, 22 Sep 2017 10:03:14 +0000 (12:03 +0200)
commit1becee23bdd2b44145b753edd05bf01f7fb0707e
tree0c9be4a46e09ee5618076fe27982fe361d17acdd
parent83b9c07b79b30c1a76a10234dc01d3a5d48eba56
rowdata: Use emplace_back() for Annotation objects.

This should eliminate one unnecessary allocation per annotation.
pv/data/decode/rowdata.cpp
pv/data/decode/rowdata.hpp
pv/data/decodesignal.cpp