Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | Python (CPython) | llama.cpp | Candle | MLX |
|---|---|---|---|---|
| Score | B71 | C+63 | D48 | D47 |
| Type | Language | |||
| Execution | interpreted | aot | jit | jit |
| Interface | cli | cli | sdk | sdk |
| Cold Start | 50ms | 100ms | 300ms | 500ms |
| Memory | 15MB | 50MB | 200MB | 200MB |
| Startup | 10ms | 10ms | 50ms | 100ms |
| Isolation | process | process | process | process |
| Maturity | production | production | stable | stable |
| Languages | Python | C, C++ | Rust | Python, C++, Swift |
| License | Other | MIT | Apache-2.0 | MIT |
| Links |