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