Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | Bun | Firecracker | llama.cpp |
|---|---|---|---|
| Score | B+76 | B70 | C+63 |
| Type | Language | MicroVM | |
| Execution | jit | aot | aot |
| Interface | cli | api | cli |
| Cold Start | 3ms | 125ms | 100ms |
| Memory | 25MB | 5MB | 50MB |
| Startup | 1ms | 100ms | 10ms |
| Isolation | process | microvm | process |
| Maturity | stable | production | production |
| Languages | JavaScript, TypeScript, JSX, TSX | Any | C, C++ |
| License | MIT | Apache-2.0 | MIT |
| Links |