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

Do char atlas warmup via new IdleTaskQueue #4141

Merged
merged 2 commits into from
Sep 24, 2022

Conversation

Tyriar
Copy link
Member

@Tyriar Tyriar commented Sep 24, 2022

Before (done all at once, block main thread):

Screen Shot 2022-09-24 at 11 13 00 am

After (done over ~250ms with minimal frame drops):

Screen Shot 2022-09-24 at 11 11 37 am

The experience is the same, you see the atlas fill in over that short time but it's all warmed up before the initial shell data comes in anyway.

@Tyriar Tyriar added this to the 5.1.0 milestone Sep 24, 2022
@Tyriar Tyriar self-assigned this Sep 24, 2022
@Tyriar Tyriar merged commit 275a8a9 into xtermjs:master Sep 24, 2022
@Tyriar Tyriar deleted the idle_task_queue branch September 24, 2022 18:44
Tyriar added a commit to microsoft/vscode that referenced this pull request Sep 26, 2022
- Optimize critical I/O path for input latency xtermjs/xterm.js#4145
- Add PriorityTaskQueue xtermjs/xterm.js#4144
- Use the browser's IdleDeadline to determine max task time xtermjs/xterm.js#4143
- Defer paused renderer resize to idle callback xtermjs/xterm.js#4142
- Do char atlas warmup via new IdleTaskQueue xtermjs/xterm.js#4141
- Share rgba vars throughout Color.ts, fast setTheme parseColor xtermjs/xterm.js#4140
- Optimize contexts for reading frequently xtermjs/xterm.js#4137
- Fix width of upper 1/8 block char xtermjs/xterm.js#4134

Fixes #161323
lemanschik pushed a commit to code-oss-dev/code that referenced this pull request Nov 25, 2022
- Optimize critical I/O path for input latency xtermjs/xterm.js#4145
- Add PriorityTaskQueue xtermjs/xterm.js#4144
- Use the browser's IdleDeadline to determine max task time xtermjs/xterm.js#4143
- Defer paused renderer resize to idle callback xtermjs/xterm.js#4142
- Do char atlas warmup via new IdleTaskQueue xtermjs/xterm.js#4141
- Share rgba vars throughout Color.ts, fast setTheme parseColor xtermjs/xterm.js#4140
- Optimize contexts for reading frequently xtermjs/xterm.js#4137
- Fix width of upper 1/8 block char xtermjs/xterm.js#4134

Fixes microsoft#161323
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

Successfully merging this pull request may close these issues.

None yet

1 participant