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