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

Change to improved matching speed #1276

Merged
merged 1 commit into from
Nov 7, 2021
Merged

Change to improved matching speed #1276

merged 1 commit into from
Nov 7, 2021

Conversation

mbj
Copy link
Owner

@mbj mbj commented Nov 7, 2021

  • At the time of Ruby 1.9 had to contnet with less coherent method
    reflection. And thus was not limiting the methods per scope.
  • These days the reflection interfaces are better and so not checking
    the anchestors allows a small speed boost on matching.

* At the time of Ruby 1.9 had to content with less coherent method
  reflection. And thus was not limiting the methods per scope.
* These days the reflection interfaces are better and so not checking
  the anchestors allows a small speed boost on matching.
@mbj mbj force-pushed the improve/matching-speed branch 2 times, most recently from 4322436 to efc76c9 Compare November 7, 2021 05:49
@mbj mbj self-assigned this Nov 7, 2021
@mbj mbj merged commit 63013ee into main Nov 7, 2021
@mbj mbj deleted the improve/matching-speed branch November 7, 2021 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant