Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | Cloudflare Workers | Python (CPython) | Vercel Edge Functions | ROCm |
|---|---|---|---|---|
| Score | B+75 | B71 | B71 | C56 |
| Type | Edge | Language | Edge | |
| Execution | jit | interpreted | jit | aot |
| Interface | platform | cli | platform | sdk |
| Cold Start | <1ms | 50ms | 10ms | 200ms |
| Memory | 128MB | 15MB | 128MB | 600MB |
| Startup | <1ms | 10ms | 1ms | 100ms |
| Isolation | process | process | process | hardware |
| Maturity | production | production | stable | stable |
| Languages | JavaScript, TypeScript, Rust, C, C++ | Python | JavaScript, TypeScript, WebAssembly | C, C++, Python |
| License | Proprietary | Other | Proprietary | MIT |
| Links |