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