Commit 73659eb
committed
Replace push_back with emplace_back in simulator_radar.pyx
Updated vector insertion methods from push_back to emplace_back for target and point objects in sim_radar. This change may improve performance and clarity by constructing objects in place.1 parent a1ad94f commit 73659eb
2 files changed
+3
-3
lines changedSubmodule radarsimcpp updated from 9dae162 to 45f75fd
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | | - | |
| 332 | + | |
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
340 | | - | |
| 340 | + | |
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
| |||
0 commit comments