append speed

new topic     » topic index » view thread      » older message » newer message

is append() function slow?
is repeat() function much faster?

is this:

for i=1 to 100 do
    s=append(s,0)
end for

much slower than this:

s=repeat(100,0)

and how much slower is it?

Anybody has any special set of functions for benchmarking, measuring the
speed of functions?

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu