Hacker News Digest

Тег: #v8

Постов: 1

How we made JSON.stringify more than twice as fast (v8.dev) 🔥 Горячее 💬 Длинная дискуссия

by emschwartz • 04 августа 2025 г. в 14:09 • 447 points

ОригиналHN

#javascript#v8#performance#json

Комментарии (165)

JSON encoding is a huge impediment to interprocess communication in NodeJS.Sooner or later is seems like everyone gets the idea of reducing event loop stalls in their NodeJS code by trying to offload it to another thread, only to discover they’ve tripled the CPU load in the main