Tag

V8 Engine

0 views collected around this technical thread.

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.

Browser DevelopmentChromeGoogle
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 ArrayHashTable
0 likes · 13 min read
Deep Dive into JavaScript Array Implementation in V8 Engine