Code Samples/Comparisons

Mark Wieder mwieder at ahsoftware.net
Fri Dec 4 21:36:15 EST 2009


Jacque-

Friday, December 4, 2009, 6:08:20 PM, you wrote:

> There's this too:

>    put 255 into bits
>    put 128 into bits

> I don't understand what the math does, but I think at least one of those
> lines is redundant. ;)

Dang! Another typo. Should be

  put 255 into bits
  put 128 into bit

...and believe me, if I had written the original algorithm I wouldn't
have chosen those variable names. Unfortunately, correcting that part
of the code doesn't really affect the total timing. Still takes on the
order of 25 minutes to run it here.
  
-- 
-Mark Wieder
 mwieder at ahsoftware.net




More information about the use-livecode mailing list