For$
<!-- begin site header -->
<div id=

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Josko88

Pages: [1]
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.

Pages: [1]