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