Friday, July 03, 2015

Memory leaks in JavaScript

Our new paper: Evgeniy Ilyushin, Dmitry Namiot "On JavaScript Memory Leaks". International Journal of Open Information Technologies 3.7 (2015): 27-31.

As soon as more and more the modern applications are deployed on the web, JavaScript has become a mainstream programming environment. JavaScript applications nowadays are big programming systems. We can mention here web portals, online games, graphics, media management, and even data science. Of course, the memory management is a very important problem, especially, for the dynamic programming languages. In this paper, we provide a survey of memory leaks patterns in JavaScript.

No comments: