Google Chrome beta hints at mouth-watering performance upgrades Google Chrome on a Laptop

Visits: 3


Browsing the web and using web apps in Google Chrome may be about to get a lot faster as Google is testing out a number of new upgrades in the latest beta version of its browser.

According to a new post in the Chromium Blog, the search giant is testing out new upgrades related to WebCodecs, WebGPU, scheduling and more in the recently released Chrome 94 beta.

As existing media APIs including HTMLMediaElement, Media Source Extensions, WebAudio, MediaRecorder and WebRTC are high-level and narrowly-focused, a low-level codec API would do a better job supporting emerging applications such as game streaming without the increased network and CPU cost of existing JavaScript or WebAssembly codec implementations.

For this reason, Google has introduced the WebCodecs API in Chrome 94 which gives programmers a way to use media components like video and audio decoders, raw video frames and image decoders that are already present in its browser.

WebGPU API

The WebGPU API is the successor to both the WebGL and WebGL2 graphics APIs for the web as it provides modern features like “GPU compute” as well as lower overhead access to GPU hardware along with more predictable performance.

These features are an improvement over existing WebGL interfaces that were originally designed for drawing images but have been repurposed for other kinds of computations though with a great deal of effort.

WebGPU on the other hand exposes modern computer graphics capabilities including Direct3D 12, Metal and Vulkan for performing rendering and computations on a computer's GPU. Additional advantages of WebGPU over previous technologies also include separating resource management work preparation and submission to the GPU, pipeline states that function similarly to OS APIs and binding groups that allow graphics drivers to perform the necessary preparations before rendering.

Essentially what all of this means for Chrome end users is that Google's browser will soon be better at rendering web content. While the company is currently testing out these new features in the Chrome 94 beta, it plans to make the generally available with the release of Chrome 99 which should ship in January of next year.

Read More Go To Source