6 ms·
> How is it so much smaller than V8 while also apparently including a package manager, a web server, a TypeScript compiler and a hypervisor? Much less complex
by theMackabu 2mo ago
> How is it so much smaller than V8 while also apparently including a package manager, a web server, a TypeScript compiler and a hypervisor?
Much less complex tiers of jit, no unicode ICU, and no startup js snapshot
- hippietrail 2mo agoDoes it roll its own Unicode solution without ICU, or does it forgo Unicode? Or somewhere in between?