Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement performance enhancement for commands #123

Open
marinier opened this issue Jan 22, 2020 · 0 comments
Open

Implement performance enhancement for commands #123

marinier opened this issue Jan 22, 2020 · 0 comments

Comments

@marinier
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant