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
The Swift5Reducer used non-static rules, mostly to get access to the demangled symbol. That can probably be passed in the reducer function. When used repeatedly, this will cut the overhead of making the rules collection.
In addition, the reduce function takes a string which is not currently used. Maybe get rid of that too.
The text was updated successfully, but these errors were encountered:
The Swift5Reducer used non-static rules, mostly to get access to the demangled symbol. That can probably be passed in the reducer function. When used repeatedly, this will cut the overhead of making the rules collection.
In addition, the reduce function takes a string which is not currently used. Maybe get rid of that too.
The text was updated successfully, but these errors were encountered: