mirror of
https://github.com/KieSun/all-of-frontend.git
synced 2024-11-22 06:48:13 +08:00
feat: 垃圾回收
This commit is contained in:
parent
5c9c1fb18f
commit
a75ef42023
@ -28,6 +28,7 @@
|
||||
|
||||
## 目录
|
||||
|
||||
- [Fucking Frontend](#fucking-frontend)
|
||||
- [这是什么?](#这是什么)
|
||||
- [如何使用](#如何使用)
|
||||
- [目录](#目录)
|
||||
@ -176,7 +177,7 @@ JavaScrip 在变量被创建时分配内存,并在对象不再使用时自动
|
||||
- [ ] [内存管理 & 垃圾回收](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Memory_Management)
|
||||
- [ ] 推荐文章
|
||||
- [ ] [GC in v8](https://github.com/lrlna/sketchin/blob/master/guides/garbage-collection-in-v8.md)
|
||||
- [ ] [V8 引擎垃圾回收与内存分配](https://juejin.cn/post/6909239354418266119)
|
||||
- [ ] [深入理解Chrome V8垃圾回收机制](https://github.com/yacan8/blog/issues/33)
|
||||
- [ ] [JavaScript 工作原理:内存管理 + 处理常见的4种内存泄漏](https://blog.sessionstack.com/how-javascript-works-memory-management-how-to-handle-4-common-memory-leaks-3f28b94cfbec),另有[中文版](https://juejin.cn/post/6844903519078580238)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user