From: Michael Walter Date: 2005-02-07T10:40:06+09:00 Subject: Re: Benchmark Mono - Ruby On Mon, 7 Feb 2005 09:40:18 +0900, Caio Tiago Oliveira wrote: > 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. OK. It makes no sense comparing times, then. > 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. I don't understand what you mean. Greetings, Michael