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