Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | V8 | gVisor | llama.cpp |
|---|---|---|---|
| Score | B74 | B72 | C+63 |
| Type | Language | MicroVM | |
| Execution | jit | hybrid | aot |
| Interface | embedded | cli | cli |
| Cold Start | 5ms | 50ms | 100ms |
| Memory | 30MB | 20MB | 50MB |
| Startup | 2ms | 30ms | 10ms |
| Isolation | process | microvm | process |
| Maturity | production | stable | production |
| Languages | JavaScript, TypeScript, WebAssembly | Any | C, C++ |
| License | BSD-3-Clause | Apache-2.0 | MIT |
| Links |