-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
Repl 2023-11-13, Repl 2023-11-27, Repl 2023-12-11
Currently in IDL generated code for a vector of variant of multiple complex objects we parse into a temporary object and then emplace back into a vector. This adds the overhead of an extra copy, we should be moving this temporary object instead