Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | Cloudflare Workers | AWS Lambda | llama.cpp | ONNX Runtime |
|---|---|---|---|---|
| Score | B+75 | B-65 | C+63 | C-50 |
| Type | Edge | Serverless | ||
| Execution | jit | hybrid | aot | hybrid |
| Interface | platform | platform | cli | sdk |
| Cold Start | <1ms | 200ms | 100ms | 500ms |
| Memory | 128MB | 128MB | 50MB | 300MB |
| Startup | <1ms | 100ms | 10ms | 100ms |
| Isolation | process | microvm | process | process |
| Maturity | production | production | production | production |
| Languages | JavaScript, TypeScript, Rust, C, C++ | JavaScript, TypeScript, Python, Java, Go, Ruby, .NET, Rust | C, C++ | Python, C++, C#, Java |
| License | Proprietary | Proprietary | MIT | MIT |
| Links |