View Single Post
  #16  
Old 16th November 2008, 15:52
dezza's Avatar
dezza dezza is offline
Senior Member
 
Join Date: Oct 2008
Posts: 53
Default
Yes several parts can be faster if you do it different..

- There are places where switches are faster than if/else statements
- You can use mysqli, since it will be faster and more secure, for example because you do not have to sqlescape it.
- Co-ersion instead of (int)

I can keep on finding examples since so many tingered with that code.

If you want to keep on repeating each other then you are welcome.. This thread can be as long as you like .. But send one monk and let him speak instead of the whole church to represent TBdev lol.:sleep: There are still people waiting for support on your forum you know.

Like Fynnon said 1st post this is no TBdev-site, we want alternatives to TBdev, if you want to whine about that, go whine in your own forum.

bvlist story, omg..
__________________
PM for iNViTES to PREViEW my source based off Yuna Scatari, almost completely rewritten and all bugs fixed! Optimized announce.
http://primo-nordica.net


Folding@Home Stats - Team 163 (Linux)

IRC: dezza @ Freenode (#njlug, #archlinux, #archlinux.dk), P2P-Network (#primo-nordica, #primo-staff)

Last edited by dezza; 16th November 2008 at 15:56.
Reply With Quote