diff options
author | 2023-06-17 19:18:02 -0700 | |
---|---|---|
committer | 2023-06-17 19:18:02 -0700 | |
commit | 65f1e426849aa705c0fd7578134b8287f10d0176 (patch) | |
tree | 134aed84da5b4bf2310a2c8dd6a9f411e9572ba4 /docs/cli | |
parent | b0e8f596a2a3a5bd3f70d6d03de35c290d34d35c (diff) | |
parent | 065713aeca2ae3013bdf5b3d2f04263459631598 (diff) | |
download | bun-jarred/simplify.tar.gz bun-jarred/simplify.tar.zst bun-jarred/simplify.zip |
Merge branch 'main' into jarred/simplifyjarred/simplify
Diffstat (limited to 'docs/cli')
-rw-r--r-- | docs/cli/run.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cli/run.md b/docs/cli/run.md index 7a5f8e9d2..1398e10ca 100644 --- a/docs/cli/run.md +++ b/docs/cli/run.md @@ -102,7 +102,7 @@ To debug environment variables, run `bun run env` to view a list of resolved env Bun is designed to start fast and run fast. -Under the hood Bun uses the [JavaScriptCore engine](https://developer.apple.com/documentation/javascriptcore), which is developed by Apple for Safari. In most cases, the startup and running performance is faster than V8, the engine used by Node.js and Chromium-based browsers. It's transpiler and runtime are written in Zig, a modern, high-performance language. On Linux, this translates into startup times [4x faster](https://twitter.com/jarredsumner/status/1499225725492076544) than Node.js. +Under the hood Bun uses the [JavaScriptCore engine](https://developer.apple.com/documentation/javascriptcore), which is developed by Apple for Safari. In most cases, the startup and running performance is faster than V8, the engine used by Node.js and Chromium-based browsers. Its transpiler and runtime are written in Zig, a modern, high-performance language. On Linux, this translates into startup times [4x faster](https://twitter.com/jarredsumner/status/1499225725492076544) than Node.js. {% image src="/images/bun-run-speed.jpeg" caption="Bun vs Node.js vs Deno running Hello World" /%} |