Releases: ds1sqe/reovim
Releases · ds1sqe/reovim
v0.8.0
Highlights
- ~1000x input latency improvement - Priority channels separate user input from background tasks
- GitHub Actions CI - Automated quality checks on PRs
- Mouse support - Click to position cursor, scroll wheel navigation
- Theme customization - TOML-based color overrides
Performance
| Metric | v0.6.0 | v0.7.10 | v0.8.0 |
|---|---|---|---|
| Window render (10 lines) | 10 µs | 5.3 µs | 5.1 µs |
| Full scroll cycle | 85 µs | 55 µs | 48 µs |
| Throughput | 18k/sec | 38k/sec | 40k/sec |
| Auto-pair latency | - | ~100ms | ~92µs |
See CHANGELOG.md for full details.