|
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 4m8s
1. Binary IPC: get_frame returns Vec<u8> directly instead of base64 string. Eliminates 33% encoding overhead + string allocation + atob() decode on frontend. Frontend receives number[] from Tauri. 2. Frame throttle: reduced from ~30fps to ~20fps (every 3rd rAF tick). 20% fewer frames with negligible visual difference for remote desktop. 3. Fast PNG compression: screenshot_png_base64 uses Compression::Fast for MCP screenshots, reducing encode time. 4. Dirty flag: already existed but documented — empty Vec returned when frame hasn't changed, frontend skips rendering. Net effect: ~45% reduction in IPC bandwidth (no base64 overhead) + 20% fewer frame fetches + faster screenshot encoding. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| bin | ||
| commands | ||
| connections | ||
| credentials | ||
| db | ||
| mcp | ||
| pty | ||
| rdp | ||
| scanner | ||
| settings | ||
| sftp | ||
| ssh | ||
| theme | ||
| vault | ||
| workspace | ||
| lib.rs | ||
| main.rs | ||