Files
markbase/markbase-core
Warren ed55c6050e
Some checks failed
Test / test (push) Has been cancelled
Test / build (push) Has been cancelled
P2: Streaming read optimization (64KB chunk cache)
- Add read_cache + read_cache_offset fields to VfsDavFile
- Read-ahead 64KB chunks to reduce VFS calls
- Serve from cache when data is available
- Invalidate cache on seek()
- Reduces memory allocations and VFS syscall overhead

Tests: 289 passed, 0 failed
2026-06-21 19:16:12 +08:00
..