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
there is a performance issue for this function, which stems from node's (vm package) performance issue in context creation. you could of course just wait for nodejs guys to fix it over there, but for now it stopped me from using this package so thought of giving you a heads up. I ended up using a similar code which also can reuse script and context objects.
The text was updated successfully, but these errors were encountered:
there is a performance issue for this function, which stems from node's (vm package) performance issue in context creation. you could of course just wait for nodejs guys to fix it over there, but for now it stopped me from using this package so thought of giving you a heads up. I ended up using a similar code which also can reuse script and context objects.
The text was updated successfully, but these errors were encountered: