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.

Rspack: A fast Rust-based web bundler

74 pointsby DesertVarnishabout 2 years ago

4 comments

rk06about 2 years ago
From their intro [0]: We created Rspack to solve various performance problems we encountered while maintaining building tools at ByteDance. There were no tools in the market that could solve these problems well. We have a large number of monolithic applications within the company, all of which have very complex webpack configurations.<p>This makes rspack looks like a competitor to Turbopack which is marketed as webpack&#x27;s successor.<p>[0] <a href="https:&#x2F;&#x2F;www.rspack.dev&#x2F;guide&#x2F;introduction.html" rel="nofollow">https:&#x2F;&#x2F;www.rspack.dev&#x2F;guide&#x2F;introduction.html</a>
评论 #35097163 未加载
rob74about 2 years ago
I wonder how this compares (performance and feature-wise) to esbuild (<a href="https:&#x2F;&#x2F;github.com&#x2F;evanw&#x2F;esbuild">https:&#x2F;&#x2F;github.com&#x2F;evanw&#x2F;esbuild</a>), which is also a bundler written in a compiled language (Go)? esbuild claims to be 10-100x faster than JS-based builders, while Rspack doesn&#x27;t provide any concrete numbers (at least I didn&#x27;t find any)...
评论 #35108088 未加载
评论 #35148132 未加载
评论 #35093284 未加载
fitlogabout 2 years ago
If I were the author, I would consider renaming this, as &quot;spack&quot; (from the etymology &quot;spastic&quot; -&gt; &quot;spacker&quot;) is an offensive term for someone with cerebral palsy, in British English.
password4321about 2 years ago
I feel like this deserves a shot at the 2nd chance queue even though it&#x27;s a corporate project. Slipping under the radar on HN!