Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | V8 | CTransformers | MLC LLM |
|---|---|---|---|
| Score | B74 | D46 | F38 |
| Type | Language | ||
| Execution | jit | hybrid | aot |
| Interface | embedded | sdk | sdk |
| Cold Start | 5ms | 800ms | 2000ms |
| Memory | 30MB | 200MB | 500MB |
| Startup | 2ms | 100ms | 500ms |
| Isolation | process | process | process |
| Maturity | production | stable | stable |
| Languages | JavaScript, TypeScript, WebAssembly | Python, C++ | Python, C++ |
| License | BSD-3-Clause | MIT | Apache-2.0 |
| Links |