1
Discussion / Small optimizations
« on: November 27, 2010, 09:13:27 pm »
Hello,
can I suggest using (const) references passing where available (ie. std::strings) and using prefix instead of postfix operators (seems like you're using both so at least decide which one
). Not the biggest jumps in performance but they won't slow things down for sure.
can I suggest using (const) references passing where available (ie. std::strings) and using prefix instead of postfix operators (seems like you're using both so at least decide which one
