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