Alacritty gets scrollback, publishes benchmarks
1–10 of 35 posts
Re: Alacritty gets scrollback, publishes benchmarks
#2Re: Alacritty gets scrollback, publishes benchmarks
#3Author here; I'm happy to answer any questions!
Re: Alacritty gets scrollback, publishes benchmarks
#4Re: Alacritty gets scrollback, publishes benchmarks
#5Author here; I'm happy to answer any questions!
Re: Alacritty gets scrollback, publishes benchmarks
#6Has the input latency improved any? I liked alacritty, but I switched to mlterm after a while because the input latency was really bugging me.
If you want notifications on any developments here, please subscribe to this GitHub issue: https://github.com/jwilm/alacritty/issues/673
Re: Alacritty gets scrollback, publishes benchmarks
#7Author here; I'm happy to answer any questions!
How did you choose the terminals to benchmark against? What about xterm or gnome-terminal or powershell or whatever?
Ultimately, it would be great if we could benchmark against every terminal emulator, but that can become a very time-consuming task. If there's another emulator you feel should be included, we can consider it for future updates/benchmarks.
Re: Alacritty gets scrollback, publishes benchmarks
#8Has the input latency improved any? I liked alacritty, but I switched to mlterm after a while because the input latency was really bugging me.
Thanks for this feedback! We haven't heard a ton of complaints about the input latency, and comments like this help us to prioritize issues. This has been mentioned in two discussions today, so perhaps it's time to address this. If you want notifications on any developments here, please subscribe to this GitHub issue: https://github.com/jwilm/alacritty/issues/673
Re: Alacritty gets scrollback, publishes benchmarks
#9Earlier quoted context omitted.
How did you choose the terminals to benchmark against? What about xterm or gnome-terminal or powershell or whatever?
We tried to strike a balance between "commonly accepted as fast" terminal emulators and coverage of "commonly used" terminal emulators. Termite gets us libvte-based terminals (like gnome-terminal), urxvt is generally considered as one of the fastest, and Kitty is another well-regarded GPU-accelerated terminal emulator. On macOS, there's not nearly as many choices. Ultimately, it would be great if we could benchmark a…