You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)?
The text was updated successfully, but these errors were encountered:
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)?
The text was updated successfully, but these errors were encountered: