Re: sequence speed

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

Skoda writes:
> what is faster and for how much:
>
> 1. to have one big sequence of text in which you
> insert text when user inputs text
>
> 2. to have sequence which has sequences of text,
> which are lines of text, and inserting text in line
>
> i thought they were same fast

#2 will be faster since you are inserting into a
shorter sequence, and fewer characters will have
to be shifted around each time.

If you are doing some kind of editor, you'll probably
find the speed of updating the screen
to be a bigger concern.

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

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

Search



Quick Links

User menu

Not signed in.

Misc Menu