Showcase: Mustela – Ultra-fast SSG in V (9,000+ pages/sec) with Zero-copy architecture #27088
filipos800
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’ve been building a static site generator called Mustela, written entirely in V. My goal was to create a tool that is fast enough to outrun modern JS tooling like Vite and Bun.
Key Technical Specs:
Real-world dev log (Mustela vs Vite):
Mustela is so fast it often finishes the build before Vite even registers the startup.
I'm currently dogfooding it for my documentation hub: Mustela Hub
The source code for the documentation (templates, config, content) is public here: Mustela Web Github
I'd love to hear your thoughts on the "State Recycling" approach or answer any questions regarding the implementation in V!
Beta Was this translation helpful? Give feedback.
All reactions