Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | V8 | Python (CPython) | ONNX Runtime | LLM (Python CLI) |
|---|---|---|---|---|
| Score | B74 | B71 | C-50 | D49 |
| Type | Language | Language | ||
| Execution | jit | interpreted | hybrid | hybrid |
| Interface | embedded | cli | sdk | cli |
| Cold Start | 5ms | 50ms | 500ms | 500ms |
| Memory | 30MB | 15MB | 300MB | 100MB |
| Startup | 2ms | 10ms | 100ms | 100ms |
| Isolation | process | process | process | process |
| Maturity | production | production | production | stable |
| Languages | JavaScript, TypeScript, WebAssembly | Python | Python, C++, C#, Java | Python |
| License | BSD-3-Clause | Other | MIT | Apache-2.0 |
| Links |