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