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

Performance - anyway to limit calls to matchesMethod() #42

Open
mmucklo opened this issue Feb 22, 2017 · 0 comments
Open

Performance - anyway to limit calls to matchesMethod() #42

mmucklo opened this issue Feb 22, 2017 · 0 comments

Comments

@mmucklo
Copy link

mmucklo commented Feb 22, 2017

In doing example 2, I noticed that my matchesMethod() function seems to be called for a host of different functions before it finds one that matches.

I'm concerned about the performance effects of this - so my question is whether there's a way to improve production performance by only calling matchesMethod on the functions that it needs to via some kind of pre-caching steps (and or the same for matchesClass)?

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

No branches or pull requests

1 participant