Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | Python (CPython) | Node.js | Candle | ExLlamaV2 |
|---|---|---|---|---|
| Score | B71 | B-65 | D48 | D47 |
| Type | Language | Language | ||
| Execution | interpreted | jit | jit | aot |
| Interface | cli | cli | sdk | sdk |
| Cold Start | 50ms | 50ms | 300ms | 1000ms |
| Memory | 15MB | 40MB | 200MB | 300MB |
| Startup | 10ms | 20ms | 50ms | 200ms |
| Isolation | process | process | process | process |
| Maturity | production | production | stable | stable |
| Languages | Python | JavaScript, TypeScript | Rust | Python, C++, CUDA |
| License | Other | MIT | Apache-2.0 | MIT |
| Links |