mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-14 12:46:05 +00:00
- Switch from JSON to binary format for buffer data transfer - Optimize encoding with run-length encoding for empty rows - Reduce data size with efficient cell encoding (1 byte for spaces, variable for complex cells) - Support both palette and RGB colors with minimal overhead - Pre-calculate exact buffer sizes to avoid allocations 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| assets | ||
| components | ||
| utils | ||
| app-entry.ts | ||
| app.ts | ||
| test-terminals-entry.ts | ||