Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the performance of #delegate #2733

Merged
merged 7 commits into from Apr 12, 2012
Merged

Commits on Apr 12, 2012

  1. Optimize the performance of #delegate

    Remove the use of #__send__ in order to boost performance. This also
    means that you can no longer delegate to private methods on the
    target object.
    dasch committed Apr 12, 2012
    Copy the full SHA
    1bac04e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2310db3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3b1537a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    402a119 View commit details
    Browse the repository at this point in the history
  5. Remove Module#delegate!

    dasch committed Apr 12, 2012
    Copy the full SHA
    5fb6bd8 View commit details
    Browse the repository at this point in the history
  6. Add changelog entry

    dasch committed Apr 12, 2012
    Copy the full SHA
    1d48e50 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    300868d View commit details
    Browse the repository at this point in the history