MIRROR: javascript for ๐Ÿœ's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update README

+2 -2
+2 -2
README.md
··· 1 1 # ๐Ÿœ Ant 2 2 3 - **A 5MB JavaScript runtime with 1ms cold starts.** 3 + **A 7MB JavaScript runtime with 1ms cold starts.** 4 4 5 5 Ant is a lightweight, high-performance JavaScript runtime built from scratch. <br> 6 6 Fits in your pocket while Delivering near-V8 speeds in a binary smaller than most npm packages. ··· 24 24 25 25 | | Ant | Node | Bun | Deno | 26 26 | ------------------- | ----------- | --------- | -------- | --------- | 27 - | Binary size | **~5 MB** | ~120 MB | ~60 MB | ~90 MB | 27 + | Binary size | **~7 MB** | ~120 MB | ~60 MB | ~90 MB | 28 28 | Cold start | **~3-5 ms** | ~30-50 ms | ~5-10 ms | ~20-30 ms | 29 29 | Engine | Ant Silver | V8 | JSC | V8 | 30 30 | JIT | โœ“ | โœ“ | โœ“ | โœ“ |