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