Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | Bun | Python (CPython) | Firecracker | Docker |
|---|---|---|---|---|
| Score | B+76 | B71 | B70 | C-54 |
| Type | Language | Language | MicroVM | Container |
| Execution | jit | interpreted | aot | hybrid |
| Interface | cli | cli | api | cli |
| Cold Start | 3ms | 50ms | 125ms | 500ms |
| Memory | 25MB | 15MB | 5MB | 50MB |
| Startup | 1ms | 10ms | 100ms | 200ms |
| Isolation | process | process | microvm | container |
| Maturity | stable | production | production | production |
| Languages | JavaScript, TypeScript, JSX, TSX | Python | Any | Any |
| License | MIT | Other | Apache-2.0 | Apache-2.0 |
| Links |