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 - nicklozon

Pages: [1]
1
Development / Re: Minecraft Beta
« on: December 22, 2010, 07:06:58 pm »
Good job, I was wondering how much of a headache it was going to be for mineserver to make those changes ;)

2
News / Re: Windows Builds
« on: November 30, 2010, 02:54:01 am »
Awesome, though I had fun struggling through building it myself! ;)

3
Discussion / Re: no .com unless someone wins lotto
« on: November 30, 2010, 02:52:35 am »
Drives me nuts that people can simply hammer out tons of address names hoping that it eventually means something to someone who has money to throw away.

I would prefer they die in a carpet fire ;)

4
Discussion / Re: Small optimizations
« on: November 30, 2010, 02:36:26 am »
Ya, good compilers won't return a temporary value with post-increment if no operation is being performed on it. And if an operation is done on it, it was most likely intended to be performed on a post-increment.

So ya, the only time you may gain a performance gain on post vs pre increment is on an object where the operator is overloaded - good call.

5
Discussion / Re: Small optimizations
« on: November 29, 2010, 04:01:43 am »
Should ALWAYS use prefix over postfix unless you would be copying the object anyway.

Always avoid using the copy constructor for less overhead!

Pages: [1]