2 Commits

Author SHA1 Message Date
Ken 46c6199087 perf: optimize muxplex performance across frontend and backend
CI / test (3.13) (push) Failing after 12m18s
CI / test (3.12) (push) Failing after 12m20s
CI / test (3.11) (push) Failing after 12m22s
- Optimize app.js rendering and event handling for faster UI responsiveness
- Optimize style.css with improved selectors and reduced re-layouts
- Optimize terminal.js WebSocket handling and message processing
- Optimize main.py with faster request handling and caching
- Optimize muxterm.py with improved state management and pooling
- Optimize pool.go with better goroutine and connection pooling
- Add performance benchmarks for frontend CSS selectors
- Add performance tests for main module routines

Generated with Amplifier

Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com>
2026-05-29 04:04:24 +00:00
Ken 3f0e31007f feat(muxterm): PTY pool with attach, resize, cleanup 2026-05-28 06:09:39 +00:00