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