Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | Python (CPython) | Vercel Edge Functions | containerd |
|---|---|---|---|
| Score | B71 | B71 | B-66 |
| Type | Language | Edge | Container |
| Execution | interpreted | jit | hybrid |
| Interface | cli | platform | platform |
| Cold Start | 50ms | 10ms | 100ms |
| Memory | 15MB | 128MB | 20MB |
| Startup | 10ms | 1ms | 20ms |
| Isolation | process | process | container |
| Maturity | production | stable | production |
| Languages | Python | JavaScript, TypeScript, WebAssembly | Any |
| License | Other | Proprietary | Apache-2.0 |
| Links |