-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Improve xterm.js performance #17875
Comments
I am using VSCode as IDE for Appcelerator App development. I compile and run the project using a Grunt build task which in turn uses grunt-shell to invoke a CLI command:
The expectation would be the console should keep running showing the messages directed at it. |
@nirmaljpatel what version are you on? |
Code Version 1.8.1 (1.8.1) |
@nirmaljpatel next version January/1.9.0 fixes the performance issues. You can try it out now with https://code.visualstudio.com/insiders |
On this newer version, I still faced the same issue.
However, after specifying the maxBuffer for
|
Sounds like an issue with |
There are a few improvements needed in xterm.js to improve terminal performance
Proposal: revamp the refresh method for better rendering performanceProposal: revamp the refresh method for better rendering performance xtermjs/xterm.js#150 (no longer needed with other changes)Performance of refresh is still subpar Performance of refresh is still subpar xtermjs/xterm.js#134(no longer an issue)Investigate reuse of DOM nodes to reduce browser garbage collection Investigate reuse of DOM nodes to reduce browser garbage collection xtermjs/xterm.js#449 (PR: Keep row spans in an object pool to reduce garbage collection by reusing DOM nodes xtermjs/xterm.js#450)Deferred until results are proven or the model is needed for something elseThe text was updated successfully, but these errors were encountered: