File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 22
33<img src =" elide-marquee.png " alt =" %product% " />
44
5- [ %product%] ( https://elide.dev ) is a high-performance multi-language software runtime. Here you can find reference docs, guides,
6- code samples, and more.
5+ [ %product%] ( https://elide.dev ) is a high-performance multi-language software runtime, powered by [ GraalVM ] [ 5 ] .
6+ Here you can find reference docs, guides, code samples, and more.
77
88## Highlights
99
@@ -98,3 +98,4 @@ Check out %product%'s launch video
9898[ 2 ] : https://www.techempower.com/benchmarks/#hw=ph&test=plaintext§ion=data-r23:~:text=133-,elide,-4%2C089%2C078
9999[ 3 ] : https://wintertc.org
100100[ 4 ] : https://github.com/tc39/test262
101+ [ 5 ] : https://graalvm.org
Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ Notes about pure language execution performance.
3434
3535Pure JS/TS startup time for %product% can be very fast:
3636
37- | Runtime | Language | Case | Startup latency (cold) | Hit latency (hot server ) |
38- | ---------| -----------------------| -------------| ------------------------ | -------- ------------------|
39- | Bun | JavaScript/TypeScript | Hello World | ~ 6.5ms | ~ 1.5ms |
40- | Node | JavaScript Only | Hello World | ~ 10ms | ~ 7ms |
41- | Deno | JavaScript Only | Hello World | ~ 15ms | ~ 71ms |
42- | Elide | JavaScript/TypeScript | Hello World | ~ 20ms | ~ 2ms |
37+ | Runtime | Language | Case | Startup (cold) | Server hit (hot) |
38+ | ---------| -----------------------| -------------| ----------------| ------------------|
39+ | Bun | JavaScript/TypeScript | Hello World | ~ 6.5ms | ~ 1.5ms |
40+ | Node | JavaScript Only | Hello World | ~ 10ms | ~ 7ms |
41+ | Deno | JavaScript Only | Hello World | ~ 15ms | ~ 71ms |
42+ | Elide | JavaScript/TypeScript | Hello World | ~ 20ms | ~ 2ms |
4343
4444> Numbers are representative of expected performance on Linux/amd64 with a modern CPU. [ TechEmpower] [ 2 ] independently
4545> benchmarks %product% (see benchmarks below).
You can’t perform that action at this time.
0 commit comments