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