I\'ve created a lightweight class with a constructor that takes around 10 parameters. The class does not change the parameter values; it just stores the values locally via
No. Passing parameters by reference adds overhead, so it would only decrease the performance.