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