On Tue, Oct 4, 2011 at 3:33 AM, jung <[email protected]> wrote: > hiya > > Here is an update of security/arirang to 2.03 > > arirang 2.03 > - now arirang script can support the ruby 1.9x
Since this is an application and not a library, it may make sense to use ruby 1.9 instead of ruby 1.8 if it is faster (e.g. set MODRUBY_REV = 1.9). I'm guessing the bottleneck is mostly IO, so I'm not sure if there will be a significant performance improvement. Can you test it using ruby 1.9 and see if it works and if there are any performance differences? Jeremy
