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