Commit f57d88f
committed
정리: Phase 1 disk cache zstd compression 정공법 근거 명시. 사용자 측정 결과 — uncompressed mmap 가 단일 종목 sections build 에서 *더 느림* (Windows mmap page-fault overhead). zstd 125ms decompress + heap 보유 → Phase 2 작업 in-memory hit = 5s. uncompressed 15ms mmap setup + Phase 2 lazy page fault 누적 = 8s. 'Could not memory_map compressed IPC file' 경고는 정상 fallback (우리 워크로드 더 빠름). 다중 process backend / batch 시나리오엔 uncompressed 가 페이지 공유로 효과 있으나 단일 종목 viewer 가 user-visible 핵심이라 zstd 유지. 향후 누군가 mmap 경고 fix 시도 회귀 차단 위한 측정 기록.
1 parent 3cf27ba commit f57d88f
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
286 | 292 | | |
287 | 293 | | |
288 | 294 | | |
| |||
0 commit comments