jsprogr / MemoryLeaks

Memory Leaks

Home Page:https://www.youtube.com/TimurShemsedinov

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory Leaks

Утечки памяти, сборка мусора и профилирование

  • References
    • Global variables
    • Multiple References
    • Singleton
  • Closures / Scopes
    • Recursive closures
    • Require in the middle of code
    • Functions in loops
  • OS and Language Objects
    • Descriptors: files, sockets...
    • setTimeout, setInterval
  • Events / Sunscription
    • EventEmitter
    • Callbacks
  • Cache
    • Remove old values
    • Limit cache size
    • Remove rarely used values
  • Mixins
    • Mixin to built-in Classes
    • Mixins to DOM
    • Mixins to process, console, require
  • Concurrency
    • Processes
    • Threads
    • Workers

Memory

  • C++ Code
  • JavaScript Code
  • Stack
  • Heap
  • External

About

Memory Leaks

https://www.youtube.com/TimurShemsedinov

License:MIT License


Languages

Language:JavaScript 97.6%Language:Shell 2.4%