Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
kshivang
/
BossTerm
Public
Notifications
You must be signed in to change notification settings
Fork
8
Star
56
Code
Issues
8
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
perf: cut terminal latency (interactive echo 16.4ms -> ~2ms, bulk queue wait ~5x)
- #376
#376
Merged
kshivang
merged 10 commits into
master
kshivang/BossTerm:master
from
perf/terminal-latency
kshivang/BossTerm:perf/terminal-latency
Copy head branch name to clipboard
Aug 27, 2026
Conversation
Commits
10
(10)
Checks
Files changed
Merged
perf: cut terminal latency (interactive echo 16.4ms -> ~2ms, bulk queue wait ~5x)
#376
kshivang
merged 10 commits into
master
kshivang/BossTerm:master
from
perf/terminal-latency
kshivang/BossTerm:perf/terminal-latency
Copy head branch name to clipboard
Commits
Commits on Aug 27, 2026
perf: add a glass-to-pixel latency probe
Show description for 07f053a
kshivang
committed
07f053a
View commit details
Copy full SHA for 07f053a
Browse repository at this point
perf: cut per-cell and per-word work in the text pass, behind a flag
Show description for 736b646
kshivang
committed
736b646
View commit details
Copy full SHA for 736b646
Browse repository at this point
docs: document the fast-text flag and the A/B ladder in the latency harness
kshivang
committed
50d8eeb
View commit details
Copy full SHA for 50d8eeb
Browse repository at this point
perf: split the probe at the redraw trigger, and record the measured baseline
Show description for 4b2ff5d
kshivang
committed
4b2ff5d
View commit details
Copy full SHA for 4b2ff5d
Browse repository at this point
perf: remove the redraw debounce and default performanceMode to latency
Show description for e8e04af
kshivang
committed
e8e04af
View commit details
Copy full SHA for e8e04af
Browse repository at this point
perf: make the text fast path unconditional, verified by pixel comparison
Show description for 195ed04
kshivang
committed
195ed04
View commit details
Copy full SHA for 195ed04
Browse repository at this point
perf: stop the debug collector deep-copying the buffer 10x/sec when nobody is watching
Show description for 610538b
kshivang
committed
610538b
View commit details
Copy full SHA for 610538b
Browse repository at this point
perf: fix the bulk-output PTY path (queue wait ~2.5x lower)
Show description for 20898ba
kshivang
committed
20898ba
View commit details
Copy full SHA for 20898ba
Browse repository at this point
perf: skip the column walk on lines that need no visual mapping
Show description for 07e12cd
kshivang
committed
07e12cd
View commit details
Copy full SHA for 07e12cd
Browse repository at this point
fix: the debug panel gate read the collection flag, not the panel flag
Show description for ef60bb9
kshivang
committed
ef60bb9
View commit details
Copy full SHA for ef60bb9
Browse repository at this point
You can’t perform that action at this time.