#1077: Performance of String ----------------------------------+----------------------------------------- Reporter: yasuimao@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 1.0 Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- Comment(by lsansonetti@…): In my environment, trunk is a bit slower than before, but not as significantly. Before: {{{ $ time macruby t.rb real 0m1.433s user 0m1.694s sys 0m0.085s }}} trunk: {{{ $ time ./miniruby t.rb real 0m1.963s user 0m2.371s sys 0m0.093s }}} So, I suspect Vincent committed improvements in the meantime you last checked. Let's improve more. -- Ticket URL: <http://www.macruby.org/trac/ticket/1077#comment:3> MacRuby <http://macruby.org/>