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
MXMLMatchers currently create a new instance of their internal matcher each time createMatcher() is called. In a performance sensitive scenario like rules engines this becomes prohibitively expensive in time, and memory. Cache the internal matcher until invalidated by property changes.
The text was updated successfully, but these errors were encountered:
MXMLMatchers currently create a new instance of their internal matcher each time
createMatcher()
is called. In a performance sensitive scenario like rules engines this becomes prohibitively expensive in time, and memory. Cache the internal matcher until invalidated by property changes.The text was updated successfully, but these errors were encountered: