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