Files
compute-runtime/shared/source
Kacper Nowak 8a6d6dd449 Yaml parser: remove unnecessary container size manipulation
This commit removes unnecessary container size manipulation in yaml
parser. Space reservation is done by dedicated function
reserveBasedOnEstimates, so there is no need to manually resize the
container's size afterwards.
- Ensure that no invalidated iterators/references are used.
- Use push_back() instead of resize(...size()+1).
- Use reserveBasedOnEstimates() instead of reserve(...size()+1)
Signed-off-by: Kacper Nowak <kacper.nowak@intel.com>
2022-07-12 17:38:06 +02:00
..
2022-05-18 11:42:06 +02:00
2022-06-13 12:47:54 +02:00
2021-05-17 20:38:19 +02:00
2022-07-08 17:02:19 +02:00
2022-07-09 01:21:56 +02:00
2022-06-29 18:03:21 +02:00
2022-07-08 17:02:19 +02:00
2022-07-08 17:02:19 +02:00
2022-07-08 17:02:19 +02:00
2022-07-08 17:02:19 +02:00
2021-12-07 10:22:41 +01:00
2022-05-18 11:42:06 +02:00
2022-07-07 14:52:26 +02:00
2022-05-18 11:42:06 +02:00
2022-02-25 10:59:28 +01:00
2022-05-18 11:42:06 +02:00
2021-07-05 19:13:32 +02:00
2022-07-08 17:02:19 +02:00
2022-07-08 17:02:19 +02:00
2022-07-08 17:02:19 +02:00
2022-06-23 10:05:45 +02:00
2022-06-23 10:05:45 +02:00