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