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