[gameprogrammer] Re: Blitz3d multiplayer game is to slow

Does blitz provide a profiling tool? If so, use it to find out where the
time is being spent. If not, well, find a better tool than blitz. :-(

Seriously, the only way to speed up code is to find out where the time
is going. Once you know you can usually make it a lot faster by recoding
the algorithms. But, if you don't *KNOW* where the time is going then
any attempt to speed up the code is pretty much a waste of your time.

                Bob Pendleton


---------------------
To unsubscribe go to http://gameprogrammer.com/mailinglist.html


Other related posts: