Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | Python (CPython) | Vercel Edge Functions | Google Cloud Functions | Ollama |
|---|---|---|---|---|
| Score | B71 | B71 | C59 | D49 |
| Type | Language | Edge | Serverless | |
| Execution | interpreted | jit | hybrid | hybrid |
| Interface | cli | platform | platform | cli |
| Cold Start | 50ms | 10ms | 300ms | 1000ms |
| Memory | 15MB | 128MB | 128MB | 500MB |
| Startup | 10ms | 1ms | 50ms | 100ms |
| Isolation | process | process | container | process |
| Maturity | production | stable | production | production |
| Languages | Python | JavaScript, TypeScript, WebAssembly | Python, JavaScript, TypeScript, Go, Java, Ruby, PHP | Python, JavaScript, Go |
| License | Other | Proprietary | Proprietary | MIT |
| Links |