Lawguancong / Daily-Charging-Learning

0 stars 0 forks source link

垃圾回收 内存管理 内存机制 #95

Open Lawguancong opened 3 years ago

Lawguancong commented 3 years ago

GC是Garbage Collection

引用计数法 (非引用呢?) 标记清除法 -> 标记整理 使用 es6 的弱引用 weakSet 和 weakMap

参考链接 https://developer.mozilla.org/zh-CN/docs/Glossary/Garbage_collection https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Memory_Management https://juejin.cn/post/6844903556265279502 http://www.ruanyifeng.com/blog/2017/04/memory-leak.html