Skip to content

LocalParameters try to move from passing a std::vector to passing a couple of values or a std::array

LocalParameters ctros

Try to move from passing a std::vector to passing an std::array or just the 1 or 2 Defined Parameters.

Part of trying to reduce temporary allocations.

Add also assertion in case of having more than 5 Defined Parameters passed

Edited by Christos Anastopoulos

Merge request reports