Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | AWS Lambda | llama.cpp | Docker | MLC LLM |
|---|---|---|---|---|
| Score | B-65 | C+63 | C-54 | F38 |
| Type | Serverless | Container | ||
| Execution | hybrid | aot | hybrid | aot |
| Interface | platform | cli | cli | sdk |
| Cold Start | 200ms | 100ms | 500ms | 2000ms |
| Memory | 128MB | 50MB | 50MB | 500MB |
| Startup | 100ms | 10ms | 200ms | 500ms |
| Isolation | microvm | process | container | process |
| Maturity | production | production | production | stable |
| Languages | JavaScript, TypeScript, Python, Java, Go, Ruby, .NET, Rust | C, C++ | Any | Python, C++ |
| License | Proprietary | MIT | Apache-2.0 | Apache-2.0 |
| Links |