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
see if removing VyperNode.__slots__ and replacing with a classic dict implementation will improve AST construction time. (it may also make it easier to work with).
The text was updated successfully, but these errors were encountered:
see if removing
VyperNode.__slots__
and replacing with a classic dict implementation will improve AST construction time. (it may also make it easier to work with).The text was updated successfully, but these errors were encountered: