1. Faster:

Let's just drop it.

I suggest using repeat(0, height).
the speed difference in minor.

-----------------------------------

I ran the tests and it is trivial.
The difference in speed is related to
width and height.

if you have a large width and height
one method is minorly quicker.

if you have a small width and height
ABOUT the size of a 320 x 640 or smaller.
then the other is quicker.

The difference in speed is in the
hundreths of a second with a repeat
of the same assignment 1000 times or
more.

I suggest using "repeat(0, height)"
simply because it is easier to code.
the speed difference is dependant
on how fast it can create using
repeat(repeat()) and
how fast it can assign the sequences.

--Lucius Lamar Hilley III
--  E-mail at luciuslhilleyiii at juno.com
--  I support transferring of files less than 60K.
--  I can Decode both UU and Base64 format.

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu