Developer Tips: Bypass JavaScript’s Garbage Collections
According to Google performance expert Colt McAnlis, one of the direst problems web developers face today is JavaScript performance. JavaScript parsing engines use GC (garbage collection) for memory management, a method that allows programmers make sure memory no longer used by a program is sent back to the operating system, and though that may be helpful, memory management code in languages like