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