TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

My JavaScript Is Faster Than Your Rust

8 pointsby omarfarooqover 1 year ago

2 comments

alex_lavover 1 year ago
Source: trust me bro<p>The key paragraph:<p>&gt; After optimizations, the Rust FaaS runtime ended up being &gt;70% faster while using &gt;90% less memory than our reference Node.js implementation. But the key is ‘after optimizations’, the initial implementation was slower.<p>This article is &quot;Poorly written Rust performed slower than Javascript&quot;. Which isn&#x27;t news.
10g1kover 1 year ago
Programmers have been bickering for literally decades about X versus Y, and whether scripting is really programming or just pretend programming, et cetera. Pro tip: The language isn&#x27;t as important as the compiler or interpreter. You can write an interpreter to run C as a script. You can compile Javascript. You can write an interpreter to run a usally compiled language into an interpreted language, and vice versa.