Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | Python (CPython) | Deno | llama.cpp | MLC LLM |
|---|---|---|---|---|
| Score | B71 | C+64 | C+63 | F38 |
| Type | Language | Language | ||
| Execution | interpreted | jit | aot | aot |
| Interface | cli | cli | cli | sdk |
| Cold Start | 50ms | 20ms | 100ms | 2000ms |
| Memory | 15MB | 35MB | 50MB | 500MB |
| Startup | 10ms | 15ms | 10ms | 500ms |
| Isolation | process | process | process | process |
| Maturity | production | stable | production | stable |
| Languages | Python | JavaScript, TypeScript, WebAssembly | C, C++ | Python, C++ |
| License | Other | MIT | MIT | Apache-2.0 |
| Links |