Tagged articles
3 articles
Page 1 of 1
IT Services Circle
IT Services Circle
Oct 4, 2024 · Frontend Development

The Rise of Google Chrome: From Crisis to Dominance

This article recounts how Google, facing a massive traffic loss after Microsoft altered IE's default search engine, secretly developed Chrome with a multi‑process architecture and the V8 JavaScript engine, recruited top engineers, and leveraged tools like Google Toolbar to reclaim market share, ultimately propelling Sundar Pichai to CEO.

ChromeGoogleSundar Pichai
0 likes · 6 min read
The Rise of Google Chrome: From Crisis to Dominance
vivo Internet Technology
vivo Internet Technology
Dec 11, 2019 · Frontend Development

Deep Dive into JavaScript Array Implementation in V8 Engine

The article explains how V8 implements JavaScript arrays using two storage strategies—Fast Elements with contiguous memory that dynamically resizes, and Slow Elements backed by a hash table—detailing the heuristics for converting between them and contrasting this design with traditional fixed‑type, fixed‑size arrays.

Array ImplementationFast ArraySlow Array
0 likes · 13 min read
Deep Dive into JavaScript Array Implementation in V8 Engine
Node Underground
Node Underground
Feb 1, 2018 · Backend Development

Should You Upgrade to Node 8? Benefits, Challenges, and V8 Insights

This article discusses the rapid evolution of Node.js versions, the practical difficulties of converting legacy code from yield to await, and why developers should consider upgrading to newer releases like Node 8 to leverage V8's performance improvements.

Node.jsV8 engineasync/await
0 likes · 2 min read
Should You Upgrade to Node 8? Benefits, Challenges, and V8 Insights