Quantcast
Channel: Answers for "Anyway that I could optimize this script?"
Browsing latest articles
Browse All 4 View Live

Answer by fafase

Your x from the first loop does not seem to be used so you can remove the first loop

View Article



Answer by CodeMasterMike

As fafase said, if you dont use the first loop, remove it. And I have noticed, using while loops is a lot faster than for loops, like this: int indexY = 0; while(indexY

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images