Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | Python (CPython) | containerd | AWS Lambda | Node.js | Kata Containers | LLM (Python CLI) |
|---|---|---|---|---|---|---|
| Score | B71 | B-66 | B-65 | B-65 | C+63 | D49 |
| Type | Language | Container | Serverless | Language | MicroVM | |
| Execution | interpreted | hybrid | hybrid | jit | aot | hybrid |
| Interface | cli | platform | platform | cli | platform | cli |
| Cold Start | 50ms | 100ms | 200ms | 50ms | 150ms | 500ms |
| Memory | 15MB | 20MB | 128MB | 40MB | 100MB | 100MB |
| Startup | 10ms | 20ms | 100ms | 20ms | 50ms | 100ms |
| Isolation | process | container | microvm | process | microvm | process |
| Maturity | production | production | production | production | stable | stable |
| Languages | Python | Any | JavaScript, TypeScript, Python, Java, Go, Ruby, .NET, Rust | JavaScript, TypeScript | Any | Python |
| License | Other | Apache-2.0 | Proprietary | MIT | Apache-2.0 | Apache-2.0 |
| Links |