Pad/internal/io/pool
Greg Pomerantz 615957196e feat: virtual scrolling with chunked buffer for large files
- Add ChunkedBuffer for 64KB chunked file access with dirty-chunk
  eviction protection
- Add LineIndex for precise byte-offset-to-line-number mapping
- Refactor IO task system with context cancellation, typed priorities,
  and new task types (ReadChunk, BuildLineIndex, StatFile)
- Add ReadFileAt to FileSystem interface (mock + real implementations)
- Integrate virtual scrolling into editor layout
- Add comprehensive tests for chunked buffer eviction, dirty-chunk
  safety, and full edit lifecycle
2026-06-05 09:11:32 -04:00
..
mock feat: virtual scrolling with chunked buffer for large files 2026-06-05 09:11:32 -04:00
real feat: virtual scrolling with chunked buffer for large files 2026-06-05 09:11:32 -04:00
types feat: virtual scrolling with chunked buffer for large files 2026-06-05 09:11:32 -04:00
context_test.go Integrate real filesystem with interface abstraction 2026-06-04 16:19:38 -04:00
filesystem.go feat: virtual scrolling with chunked buffer for large files 2026-06-05 09:11:32 -04:00
result.go Fix deadlock when opening files and update E2E tests 2026-06-04 13:06:30 -04:00
task_test.go feat: virtual scrolling with chunked buffer for large files 2026-06-05 09:11:32 -04:00
task.go feat: virtual scrolling with chunked buffer for large files 2026-06-05 09:11:32 -04:00
worker_pool_test.go Integrate real filesystem with interface abstraction 2026-06-04 16:19:38 -04:00
worker_pool.go Add e2e test harness for testing editor logic without Gio display 2026-05-31 08:56:30 -04:00