Auto-Rate, v2.0
Mar. 15th, 2005 12:20 amIt's still all AppleScript, but a few simple optimizations make it much faster:
( code here )
The biggest, besides general loop-body reduction, being that I don't care about accuracy of my "logarithm" below the scaling cutoff, so I can skip those loop iterations entirely.
The biggest, besides general loop-body reduction, being that I don't care about accuracy of my "logarithm" below the scaling cutoff, so I can skip those loop iterations entirely.