From: Alexander Kellett Date: 2005-02-07T06:49:28+09:00 Subject: Re: Benchmark Mono - Ruby On Feb 6, 2005, at 10:07 PM, 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 with c+llvm it is instantaneous. Alex