Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | Python (CPython) | Vercel Edge Functions | Firecracker | Docker |
|---|---|---|---|---|
| Score | B71 | B71 | B70 | C-54 |
| Type | Language | Edge | MicroVM | Container |
| Execution | interpreted | jit | aot | hybrid |
| Interface | cli | platform | api | cli |
| Cold Start | 50ms | 10ms | 125ms | 500ms |
| Memory | 15MB | 128MB | 5MB | 50MB |
| Startup | 10ms | 1ms | 100ms | 200ms |
| Isolation | process | process | microvm | container |
| Maturity | production | stable | production | production |
| Languages | Python | JavaScript, TypeScript, WebAssembly | Any | Any |
| License | Other | Proprietary | Apache-2.0 | Apache-2.0 |
| Links |