fix: [M23] 小文件 single_frame_tail 与 head 重叠导致 render 数据误导 #46

Closed
dailz wants to merge 0 commits from fix/m23-single-frame-tail-overlap into master
Owner

Fixes #42

问题

小文件场景下,single_frame_tail 与 head 发生重叠,导致 render 数据产生误导。

相关 Issue

Closes #42

Fixes #42 ## 问题 小文件场景下,single_frame_tail 与 head 发生重叠,导致 render 数据产生误导。 ## 相关 Issue Closes #42
dailz added 1 commit 2026-06-07 08:31:07 +08:00
- 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
dailz closed this pull request 2026-06-07 08:33:43 +08:00

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dailz/logViewer#46