
Things JavaScript Developers Should Know, Part 2 - JSJ 485
JavaScript Jabber
00:00
Java Script - Memory Fragmentation Problems
The third type of problem that you can get with the heap is memory fragmentation. One sub system might think that this memory s being used to store an object of type a, whereas another subsister might think that it's being used toStore an object oftype b. And then you just ty step on each other's feet. When this sort of thing happens, it's one of the worst kinds of bugs tou try to debug. But fortunately, in language like java script, this doesn't happen.
Play episode from 13:19
Transcript


