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