Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | Python (CPython) | Node.js | llama.cpp |
|---|---|---|---|
| Score | B71 | B-65 | C+63 |
| Type | Language | Language | |
| Execution | interpreted | jit | aot |
| Interface | cli | cli | cli |
| Cold Start | 50ms | 50ms | 100ms |
| Memory | 15MB | 40MB | 50MB |
| Startup | 10ms | 20ms | 10ms |
| Isolation | process | process | process |
| Maturity | production | production | production |
| Languages | Python | JavaScript, TypeScript | C, C++ |
| License | Other | MIT | MIT |
| Links |