contracts.ruby icon indicating copy to clipboard operation
contracts.ruby copied to clipboard

Performance: Try out ruby 2 feature prepend when available for decorating

Open waterlink opened this issue 9 years ago • 0 comments

And see if it improves performance even further than alias_method

Plus:

  • could be improved: https://github.com/egonSchiele/contracts.ruby/blob/master/lib/contracts.rb#L243 - this line does unnecessary array copy
  • https://github.com/egonSchiele/contracts.ruby/blob/master/lib/contracts.rb#L265 - size.times.each

waterlink avatar Jan 21 '15 07:01 waterlink