최상위 10_Wiki/Topic_*였던 4개 카테고리 폴더를 10_Wiki/Topics/Topic_* 로 재배치.
콘텐츠 변경 없음(순수 폴더 이동) — Topics/ 하위 나머지 폴더는 이미 지난 커밋에서
전부 정리된 상태(잔존 항목은 에이전트 운영 상태 및 사용자가 보존을 요청한
업데이트0615/무제 3.canvas 뿐).
"매 browser = networking stack + parsing + rendering + JS engine + sandbox 의 거대한 OS-like 시스템.". 매 2026 현재 Chromium-derived (Chrome, Edge, Brave, Arc) 가 ~70% market share, Firefox/Gecko 와 Safari/WebKit 이 나머지. 매 process-per-site isolation, GPU-accelerated compositing, V8 의 Sparkplug+Maglev+TurboFan tier 가 modern baseline.
매 핵심
매 multi-process architecture
Browser process: 매 UI, networking, IPC orchestration.
Renderer process: 매 site-per-process — Blink + V8.
GPU process: 매 compositing, WebGL/WebGPU.
Network service: 매 별도 process — credential isolation.
Utility processes: 매 audio, video decode, storage.