Step 200: startup and performance improvements

This commit is contained in:
Bill
2026-02-10 05:22:46 -07:00
parent 02063766a8
commit 2fa307ef2c
9 changed files with 162 additions and 21 deletions

View File

@@ -424,7 +424,7 @@ Make Whetstone usable by everyone and fast with large files.
- "Reopen in Structured Mode" option if user wants full features
*Modifies:* buffer opening logic, `panels/StatusBarPanel.h`
- [ ] **Step 200: Startup and panel performance**
- [x] **Step 200: Startup and panel performance**
Faster startup and smoother runtime:
- Lazy-load panels: only parse/render on first show
- Background grammar loading (don't block editor open for tree-sitter init)