Update README.md

pull/47/head
yck 2021-09-15 08:02:53 +08:00 committed by GitHub
parent 00d4fa859f
commit 9716c3e83d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -211,8 +211,8 @@ JavaScrip 在变量被创建时分配内存,并在对象不再使用时自动
- [ ] 文档
- [ ] [内存管理 & 垃圾回收](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Memory_Management)
- [ ] 推荐文章
- [ ] [深入理解Chrome V8垃圾回收机制](https://github.com/yacan8/blog/issues/33),该文章的参考文献也可阅读下
- [ ] [GC in v8](https://github.com/lrlna/sketchin/blob/master/guides/garbage-collection-in-v8.md)
- [ ] [深入理解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)