Re: [MacRuby-devel] Macruby 10x slower than built-in Ruby for my script

2009-07-01 Thread Jjgod Jiang
Hi all, On Wed, Jul 1, 2009 at 9:26 PM, zhida cheng wrote: > But in this very simple (I think) script, Macruby is 10x slower than > built-in Ruby in OSX 10.5.7 > It's for reading atom positions, calculating distances, make a summary and > find out nearest atoms. > You can get the codes here: http:

[MacRuby-devel] Tips to fix Unicode regular expression support?

2009-05-18 Thread Jjgod Jiang
Hi all, As tracked by ticket #94 [1], Unicode (non-ASCII) regular expression is still unsupported in MacRuby 0.4. It seems that's pretty important for us Chinese developers, so I'd like to devote some time to fix it. However I rather new to MacRuby code base, I wonder if anyone can point me up a d