From: Caio Tiago Oliveira Date: 2005-02-07T09:40:18+09:00 Subject: Re: Benchmark Mono - Ruby Michael Walter, 6/2/2005 19:40: > Is that with optimizations on (for C)? > > On Mon, 7 Feb 2005 06:07:40 +0900, Caio Tiago Oliveira wrote: >> I've made this benchmarking in some more languages (using d=d+1): >> >> In my Pentium 4 2Ghz 256Mb SDRAM 7200rpm: >> >> Java: 00m14,45s (d as long) >> Java: 00m12,70s (d as double) >> C: 00m03,27s (d as long int) >> C: 00m15,90s (d as double) >> Squeak Smalltalk: 01m48,60s >> Ruby: 18m12,21s >> Python: 14m04,83s No optimizations on. I never used it and the code someone posted here sounds a quite complicated for a little task. It may be interesting, but the better would be something transparent to the developer.