From: jcb@... (MetalOne) Date: 2003-08-29T02:15:36+09:00 Subject: Re: Why would you abandon Ruby? (was) [DROSS] > Java faster than Ruby? > > can you show an example please? > For most of what I did ruby was way fatser than java.. See the great language shootout: http://www.bagley.org/~doug/shootout/ This has test timings and example code. Java is slower to start up than Ruby. Java loads a big virtual machine. However an example from the great language shootout. Array access test: Ruby 29 secs. Java .82 secs.