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