On Wed, 2004-04-28 at 10:14, Russell Stuart wrote: > By the by, I wrote the "dim unoptimised" test in C. It ran 5,000 times > faster than the Java version. Source code appears at the end. Dam, dam, dam. It didn't run 5,000 times faster. It ran about 30% slower(!). I forgot about the nested for loops in the Java version.