Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | Azure Functions | Docker | MLC LLM |
|---|---|---|---|
| Score | C56 | C-54 | F38 |
| Type | Serverless | Container | |
| Execution | hybrid | hybrid | aot |
| Interface | platform | cli | sdk |
| Cold Start | 800ms | 500ms | 2000ms |
| Memory | 128MB | 50MB | 500MB |
| Startup | 100ms | 200ms | 500ms |
| Isolation | container | container | process |
| Maturity | production | production | stable |
| Languages | JavaScript, TypeScript, Python, Java, C#, PowerShell, Go | Any | Python, C++ |
| License | MIT | Apache-2.0 | Apache-2.0 |
| Links |