VoidZero @voidzero.dev · Dec 9

Did you know that @rolldown.rs's chunking algorithm got improved, leading to less chunks than before in different scenarios? For example when you have two entry chunks and one imports from the other. Instead of having a "facade chunk", the chunks are now merged, resulting in less network requests.

30 likes 3 replies

?

Replies

VoidZero · Dec 9

But that's not all: There is still room for more improvements which should yield better performance for your applications. Want more info? Take a look at the existing PRs github.com/rolldown/rol... github.com/rolldown/rol...

Rodrigo Dias · Dec 10

Nice optimization. Fewer chunks mean faster loads.

conputer dipshit · Dec 9

very relevant to me. these PRs were likely already in the beta I tried on Dec 3, right?