Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | Python (CPython) | Node.js | Deno | Vulkan |
|---|---|---|---|---|
| Score | B71 | B-65 | C+64 | C+64 |
| Type | Language | Language | Language | |
| Execution | interpreted | jit | jit | aot |
| Interface | cli | cli | cli | sdk |
| Cold Start | 50ms | 50ms | 20ms | 100ms |
| Memory | 15MB | 40MB | 35MB | 200MB |
| Startup | 10ms | 20ms | 15ms | 30ms |
| Isolation | process | process | process | hardware |
| Maturity | production | production | stable | production |
| Languages | Python | JavaScript, TypeScript | JavaScript, TypeScript, WebAssembly | C, C++ |
| License | Other | MIT | MIT | Apache-2.0 |
| Links |