Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | V8 | Python (CPython) | Node.js | ONNX Runtime |
|---|---|---|---|---|
| Score | B74 | B71 | B-65 | C-50 |
| Type | Language | Language | Language | |
| Execution | jit | interpreted | jit | hybrid |
| Interface | embedded | cli | cli | sdk |
| Cold Start | 5ms | 50ms | 50ms | 500ms |
| Memory | 30MB | 15MB | 40MB | 300MB |
| Startup | 2ms | 10ms | 20ms | 100ms |
| Isolation | process | process | process | process |
| Maturity | production | production | production | production |
| Languages | JavaScript, TypeScript, WebAssembly | Python | JavaScript, TypeScript | Python, C++, C#, Java |
| License | BSD-3-Clause | Other | MIT | MIT |
| Links |