Use insert() instead of std::copy() 98/281798/2
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 22 Sep 2022 04:30:23 +0000 (04:30 +0000)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 22 Sep 2022 04:51:26 +0000 (04:51 +0000)
commitbdca366a46acd3451f2083575a0d7fe924f01898
tree4addbdf6da44d9084d256b5a7731824880865e70
parentccb15cdb25e89e2277ecb185ffab428052459af5
Use insert() instead of std::copy()

To improve the performance of the bundle instance creation, we use the insert().

Change-Id: Iec2ddc05a1583a11612c40d6ef6d12a125ffabd8
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/bundle-internal.cc
src/json-internal.cc
src/key-info-internal.cc
src/stub.cc