Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | Python (CPython) | Google Cloud Functions | ROCm | vLLM |
|---|---|---|---|---|
| Score | B71 | C59 | C56 | F35 |
| Type | Language | Serverless | ||
| Execution | interpreted | hybrid | aot | jit |
| Interface | cli | platform | sdk | api |
| Cold Start | 50ms | 300ms | 200ms | 5000ms |
| Memory | 15MB | 128MB | 600MB | 2000MB |
| Startup | 10ms | 50ms | 100ms | 3000ms |
| Isolation | process | container | hardware | process |
| Maturity | production | production | stable | production |
| Languages | Python | Python, JavaScript, TypeScript, Go, Java, Ruby, PHP | C, C++, Python | Python |
| License | Other | Proprietary | MIT | Apache-2.0 |
| Links |