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