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