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