anyone have any ideas/comments on the following: :~ mckinnms$ time /usr/local/jruby-1.0.1/bin/jruby -v ruby 1.8.5 (2007-10-26 rev 4201) [i386-jruby1.0.1]
real 0m0.178s user 0m0.095s sys 0m0.048s :~ mckinnms$ time /usr/local/jruby-1.1b1/bin/jruby -v ruby 1.8.5 (2007-11-01 rev 4842) [i386-jruby1.1b1] real 0m1.277s user 0m1.178s sys 0m0.086s (mac os x, java 1.5) M On 11/2/07, Thomas E Enebo <[EMAIL PROTECTED]> wrote: > > The JRuby community is pleased to announce the release of JRuby 1.1 beta 1 > > Homepage: http://www.jruby.org/ > Download: http://dist.codehaus.org/jruby/ > > JRuby 1.1b1 is the first release towards our goal of JRuby 1.1. JRuby 1.1 > represents a concerted focus on speed and refinement. Ruby code can > completely compile in an Ahead Of Time (AOT) or Just In Time (JIT) mode; > yielding a faster Ruby! It uses less memory than our previous releases. > This is also our most compatible 1.8 release yet. > > We need people to download JRuby 1.1b1 and give us feedback. Test your > applications and help us make JRuby 1.1 a great release. > > -- > Blog: http://www.bloglines.com/blog/ThomasEEnebo > Email: [EMAIL PROTECTED] , [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > >
