Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | V8 | Python (CPython) | Deno | LLM (Python CLI) |
|---|---|---|---|---|
| Score | B74 | B71 | C+64 | D49 |
| Type | Language | Language | Language | |
| Execution | jit | interpreted | jit | hybrid |
| Interface | embedded | cli | cli | cli |
| Cold Start | 5ms | 50ms | 20ms | 500ms |
| Memory | 30MB | 15MB | 35MB | 100MB |
| Startup | 2ms | 10ms | 15ms | 100ms |
| Isolation | process | process | process | process |
| Maturity | production | production | stable | stable |
| Languages | JavaScript, TypeScript, WebAssembly | Python | JavaScript, TypeScript, WebAssembly | Python |
| License | BSD-3-Clause | Other | MIT | Apache-2.0 |
| Links |