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