How much faster is Rust than Node?

Node time ÷ Rust time. 1× = tie. One case Node wins.

1×2×5×10×20×40×GC medianshort-lived objectsNode 1.2×identical sum, 10M loopa dead tietiewarmed-up short loop1.5×AST walk (parser shape)2.7×cold start, run once3.4×unpredictable branchmap / filter chain37×

Same claim, seven scenarios. The gap depends on what the code is doing, not on the word "Rust".