Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | Bun | Python (CPython) | Kata Containers | llama.cpp |
|---|---|---|---|---|
| Score | B+76 | B71 | C+63 | C+63 |
| Type | Language | Language | MicroVM | |
| Execution | jit | interpreted | aot | aot |
| Interface | cli | cli | platform | cli |
| Cold Start | 3ms | 50ms | 150ms | 100ms |
| Memory | 25MB | 15MB | 100MB | 50MB |
| Startup | 1ms | 10ms | 50ms | 10ms |
| Isolation | process | process | microvm | process |
| Maturity | stable | production | stable | production |
| Languages | JavaScript, TypeScript, JSX, TSX | Python | Any | C, C++ |
| License | MIT | Other | Apache-2.0 | MIT |
| Links |