Commit Graph

6 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 11794c4e24 test(muxterm): unit tests for protocol, token validation, and pool 2026-05-28 06:17:50 +00:00
Ken 10b57c8f60 feat(muxterm): WebSocket server with HMAC token auth and PTY relay 2026-05-28 06:15:05 +00:00
Ken b72d82624d feat(muxterm): wire protocol types and parser 2026-05-28 06:11:35 +00:00
Ken 3f0e31007f feat(muxterm): PTY pool with attach, resize, cleanup 2026-05-28 06:09:39 +00:00
Ken 595d08ba5a feat(muxterm): scaffold Go module with main.go entry point 2026-05-28 06:06:36 +00:00