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