Re: TIB: GOTO Slows Down?


[Prev][Next][Index][Thread]

Re: TIB: GOTO Slows Down?




Well it really depends... sometimes if i have two different ways of doing
something, i put the instruction in a for loop that executes 100 times and time
how long it takes each one.

Owen Cannon wrote:

> Really? That's an eye-opener because I've been struggling with speed every
> time I write a program, I always have trouble with speed, what other things
> should I watch for?
> >
> >
> > use less gotos, everytime you use a goto, it starts from the top of the
> > program and works it's way down looking for the lbl

--
   Adam Newhouse
   cheetah@cheetahsden.com
   http://www.cheetahsden.com




References: