Re: .FLI Player is now twice as fast

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

Jacques Deschenes writes:
> I replaced

> for c = 1 to byt do
>  h = h + 1
>  hz[h] = getc(ifc)
> end for

> by

> for c = h to h+byt do
>   hz[c] = getc(ifc)
> end for
> h = h + byt

> this should give a slight improvement in speed.

Good idea Jacques. Of course you really meant:
  for c = h+1 to h+byt do

Rob Craig
Rapid Deployment Software

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

Search



Quick Links

User menu

Not signed in.

Misc Menu