Skip to content

What are the differences between this and rspack? #1219

Answered by wre232114
YeeJone asked this question in Q&A
Discussion options

You must be logged in to vote
  1. rspack is webpack compitable and adopts webpack-style hooks, while Farm is Vite compitable and adopts rollup-style hook. And Farm support Rust plugins but rspack does not
  2. Farm supports more features like lazy compilation and incremental building that can greatly speedup large projects. Besides, Farm is in 1.0 and more stable
  3. Farm designed a full new bundling algorithm that can find a balance between bundle and bundless, which is called partial bundling. It can helps reduces the requests while keeping cache granularity as much as possible

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ErKeLost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants