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