From: Tony Arcieri Date: 2010-02-23T08:32:23+09:00 Subject: Re: Speed sprint --000e0cdf168447c772048038d8b5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Mon, Feb 22, 2010 at 12:47 PM, Benedikt M=FCller wrote: > Done, and I know that there are improvements. But it's not enough :) > Have you taken a look at some of the other Ruby implementations available, such as JRuby, Rubinius, and MacRuby? JRuby is able to leverage the performance features of the Java Virtual Machine. Rubinius and MacRuby are both using LLVM to produce native code from Ruby sources. Ruby 1.9, on the other hand, uses a stack machine interpreter and does not compile to native code. Depending on the specific nature of your performance problems, one of these alternative implementations may be addressing your issues already. --=20 Tony Arcieri Medioh! A Kudelski Brand --000e0cdf168447c772048038d8b5--