ReadViewSDK/ReadViewDemo
shenlei e4e629a06c 长章节内存优化 P0:每页子串改按需构造并新增内存打点
- RDEPUBTextPage.content 由存储属性改为基于 chapterContent+contentRange
  的计算属性,三处构造点不再生成每页子串,章节缓存窗口内每章少一份
  整章文本常驻副本
- 新增 RDEPUBMemoryProbe(--demo-memory-probe 开启),在章节插入、
  每 20 次翻页、设置失效、转屏完成时输出 phys_footprint
- shouldAvoidReaderPageCaching 补注释,锁定放开前置条件为 P1-1
- 新增实施清单文档 LONG_CHAPTER_MEMORY_OPTIMIZATION_PLAN.md 并勾选 P0

验证:Demo 编译通过;UI 回归 9/9 通过(PageNavigation/
ReaderOpenClose/LargeBookOnDemand)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-08 15:34:45 +09:00
..
Pods 长章节内存优化 P0:每页子串改按需构造并新增内存打点 2026-07-08 15:34:45 +09:00
ReadViewDemo feat: EPUB 阅读器搜索、选中注释、书签 chrome 状态及大量重构优化 2026-06-13 22:48:56 +08:00
ReadViewDemo.xcodeproj feat: 架构整改 — Context拆分、Runtime拆分、异步章节加载、UI测试覆盖 2026-06-23 08:17:08 +08:00
ReadViewDemo.xcworkspace chore: add .gitignore and remove tracked xcuserdata 2026-06-13 08:02:21 +08:00
ReadViewDemoUITests feat: 交互协调器拆分、附件提示、暗色图片适配、选区放大镜及文档清理 2026-06-24 17:47:24 +08:00
Podfile chore: checkpoint current milestone work 2026-05-22 13:28:53 +08:00
Podfile.lock feat: chapter runtime refactoring and related updates 2026-06-26 18:50:07 +09:00
ViewController.swift docs: 补充注释、修正过时文档、清理重复内容 2026-06-01 09:33:23 +08:00