Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | Bun | Python (CPython) | Node.js | Google Cloud Functions | ROCm |
|---|---|---|---|---|---|
| Score | B+76 | B71 | B-65 | C59 | C56 |
| Type | Language | Language | Language | Serverless | |
| Execution | jit | interpreted | jit | hybrid | aot |
| Interface | cli | cli | cli | platform | sdk |
| Cold Start | 3ms | 50ms | 50ms | 300ms | 200ms |
| Memory | 25MB | 15MB | 40MB | 128MB | 600MB |
| Startup | 1ms | 10ms | 20ms | 50ms | 100ms |
| Isolation | process | process | process | container | hardware |
| Maturity | stable | production | production | production | stable |
| Languages | JavaScript, TypeScript, JSX, TSX | Python | JavaScript, TypeScript | Python, JavaScript, TypeScript, Go, Java, Ruby, PHP | C, C++, Python |
| License | MIT | Other | MIT | Proprietary | MIT |
| Links |