Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
more optimizations :/
#5
Stuff like String$() instead of String will speed it up, but you wont even notice the difference unless you are calling it about 100,000 times a second. Most optimizations you have to actually look through the code and think outside the box - reading files in binary instead of getprivateprofilestring, sending binary packets, smashing down your packets as much as you can (binary packets is a big part of this), using stuff like CopyMemory to move memory instead of looping through arrays, etc.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)