Chrome's New Version Gets Fresh Garbage Collector & Speed Boost

A brief blog post that was released by Google, introduces the new Garbage Collection (Computer Science) Stop The World Vs. Incremental Vs. Concurrent (GC) in Google Chrome's upcoming version. The new Garbage Collector (GC) is said to improve interactive performance with respect to web apps and HTML5.

A simple GC when executes, halts the program while its collection cycle completes. To avoid this Incremental garbage collectors are designed. The incremental GC that Chrome is set to use, instead of halting the program, interleaves its work with the rest of the activities. It performs the garbage collection cycle in discrete phases, so that program execution is permitted between each phase.

#-Link-Snipped-#

The new version, which is tagged under the V8 project is still under progress. Google has made efforts here to spike the peak performance of web apps. Also, keeping in mind the coming of technologies like WebGL in various web apps as well as the new version of Google Maps, an interactive environment with high quality graphics has to be maintained.

In a speed-intensive world, avoiding pauses and sustaining smooth flow is important. The previous GCs that Chrome used did not work on the incremental design and hence if a large amount of memory had to be cleared, pauses were inevitable. Hence, the performance of  large interactive apps was hindered. V8’s new GC claims to reduce pause times tremendously while not compromising on great peak performance and memory use.

Article Source: Chromium Blog Image Credit: #-Link-Snipped-#

Replies

You are reading an archived discussion.

Related Posts

Soon Africa would be connected to three other continents, North America, South America and Europe, by fiber optic cables by the new Atlantic Ocean undersea cable project. This project will...
Born in Petach Tikva, Prof. Peretz Lavie graduated from Tel Aviv University with a BA in Psychology and Statistics and completed his PhD studies in Physiological Psychology at the University...
Paving way to many speculations, research team at University of Michigan have developed a carbon nanotube coating that can absorb light, making an object invisible in a plane! Interestingly, the...
With Xbox being one of the most selling gaming consoles around the world, the rumours of its successor has been around the web for quite a while. The latest one...
Swarm motion is an interesting concept that many people are trying to control. People do it in many ways. Some try to exercise control over honey bees, some over a...