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