fix/m23-single-frame-tail-overlap
master
Fixes #42
小文件场景下,single_frame_tail 与 head 发生重叠,导致 render 数据产生误导。
Closes #42
- Extract shared FRAME_LINES constant into suites/mod.rs - Add select_frame_positions() helper with 3*FRAME_LINES threshold to guarantee non-overlapping head/middle/tail ranges - Guard bench_reverse_scan against total <= FRAME_LINES - Add 9 boundary tests for position selection (0..1M lines) Closes #42
No dependencies set.
The note is not visible to the blocked user.
Fixes #42
问题
小文件场景下,single_frame_tail 与 head 发生重叠,导致 render 数据产生误导。
相关 Issue
Closes #42
Pull request closed