MORE SPEEDTESTS: http://scratch.mit.edu/studios/795672/ ------- This is something I should've tested a very long time ago... THE QUESTION: If you have a discrete set of input values to a fairly complicated expression (say, involving something like e^, ln, sin, cos, etc., or quite a few mults/divs/adds/subs), then is it quicker to recalculate this expression each time you want the answer, or to pre-calculate all possible results into a look-up table (i.e. list)? THE ANSWER: doesn't take that much for lookup to win!