GrandOrgue / grandorgue

GrandOrgue software
Other
149 stars 39 forks source link

Eliminated a lot of copying wxString instances when reading setting files #1742

Closed oleg68 closed 6 months ago

oleg68 commented 6 months ago

This PR eliminates lots of copying wxString instances when reading configuration, .cmb and odf files for

  1. Increasing performance
  2. Simplifying debugging by eliminating extra calls of copy constructor

It is just optimisation. No GO behavior should be changed.