- Published on
All Posts
All Posts
- interview (7)
- performance (6)
- architecture (5)
- web-development (4)
- leaferjs (3)
- oom (3)
- tutorial (2)
- v8-engine (2)
- canvas (2)
- browser-principle (1)
- architecture-design (1)
- rendering-pipeline (1)
- server-deployment (1)
- nginx (1)
- infrastructure (1)
- electron (1)
- desktop-architecture (1)
- ipc-communication (1)
- security (1)
- h5 (1)
- glfx (1)
- editor (1)
- wasm (1)
- mediainfo (1)
- mobile-web (1)
- dom (1)
- gc (1)
- nuxt3 (1)
- multithreading (1)
- web-worker (1)
- php (1)
- thinkphp (1)
- backend-development (1)
- full-stack (1)
- api-specification (1)
- vite (1)
- front-end-engineering (1)
- build-tools (1)
- ast-analysis (1)
- vue3 (1)
- front-end-architecture (1)
- performance-optimization (1)
- underlying-logic (1)
- webassembly (1)
- memory-management (1)
- c (1)
- Published on
解析 Nuxt3 的底层架构逻辑。从初始化构建到服务端渲染(SSR)与客户端渲染(CSR)的边界判定,探究水合灾难的根源及缓存覆写策略。- Published on
本文记录了在移动端 H5 页面批量加载音视频素材解析元数据时,遭遇 OOM (内存溢出) 崩溃的根因分析,并给出了通过 DOM 单例模式、深度内存释放等手段将空间复杂度降至 O(1) 的核心优化实践。