Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | Bun | Cloudflare Workers | Python (CPython) | Docker |
|---|---|---|---|---|
| Score | B+76 | B+75 | B71 | C-54 |
| Type | Language | Edge | Language | Container |
| Execution | jit | jit | interpreted | hybrid |
| Interface | cli | platform | cli | cli |
| Cold Start | 3ms | <1ms | 50ms | 500ms |
| Memory | 25MB | 128MB | 15MB | 50MB |
| Startup | 1ms | <1ms | 10ms | 200ms |
| Isolation | process | process | process | container |
| Maturity | stable | production | production | production |
| Languages | JavaScript, TypeScript, JSX, TSX | JavaScript, TypeScript, Rust, C, C++ | Python | Any |
| License | MIT | Proprietary | Other | Apache-2.0 |
| Links |