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