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 to align with new -O3 stats

+3 -3
+3 -3
README.md
··· 1 1 # ๐Ÿœ Ant 2 2 3 - **A 8MB JavaScript runtime with 1ms cold starts.** 3 + **A 9MB 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. 7 7 8 8 ``` 9 9 $ ls -lh ant 10 - -rwxr-xr-xโ €8.1Mโ €ant* 10 + -rwxr-xr-xโ €9.4Mโ €ant* 11 11 ``` 12 12 13 13 ## Table of contents ··· 24 24 25 25 | | Ant | Node | Bun | Deno | 26 26 | ------------------- | ----------- | --------- | -------- | --------- | 27 - | Binary size | **~8 MB** | ~120 MB | ~60 MB | ~90 MB | 27 + | Binary size | **~9 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 | โœ“ | โœ“ | โœ“ | โœ“ |