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
As discussed here and implemented in commit 08ae031, command performance can be significantly improved. This is unlikely to matter for commands that aren't being called at runtime, but for those that are (like the log command that was fixed), this can make a huge difference. And if we do them all this way, we would be able to eliminate the instanceof call in Utils.parseAndRun().
The next most critical command is probably print, which I know SID uses on the RHS.
The text was updated successfully, but these errors were encountered:
As discussed here and implemented in commit 08ae031, command performance can be significantly improved. This is unlikely to matter for commands that aren't being called at runtime, but for those that are (like the
log
command that was fixed), this can make a huge difference. And if we do them all this way, we would be able to eliminate theinstanceof
call inUtils.parseAndRun()
.The next most critical command is probably
print
, which I know SID uses on the RHS.The text was updated successfully, but these errors were encountered: