Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | Bun | Python (CPython) | Vercel Edge Functions | AWS Lambda | Node.js |
|---|---|---|---|---|---|
| Score | B+76 | B71 | B71 | B-65 | B-65 |
| Type | Language | Language | Edge | Serverless | Language |
| Execution | jit | interpreted | jit | hybrid | jit |
| Interface | cli | cli | platform | platform | cli |
| Cold Start | 3ms | 50ms | 10ms | 200ms | 50ms |
| Memory | 25MB | 15MB | 128MB | 128MB | 40MB |
| Startup | 1ms | 10ms | 1ms | 100ms | 20ms |
| Isolation | process | process | process | microvm | process |
| Maturity | stable | production | stable | production | production |
| Languages | JavaScript, TypeScript, JSX, TSX | Python | JavaScript, TypeScript, WebAssembly | JavaScript, TypeScript, Python, Java, Go, Ruby, .NET, Rust | JavaScript, TypeScript |
| License | MIT | Other | Proprietary | Proprietary | MIT |
| Links |