Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | Python (CPython) | Node.js | Deno | Kata Containers |
|---|---|---|---|---|
| Score | B71 | B-65 | C+64 | C+63 |
| Type | Language | Language | Language | MicroVM |
| Execution | interpreted | jit | jit | aot |
| Interface | cli | cli | cli | platform |
| Cold Start | 50ms | 50ms | 20ms | 150ms |
| Memory | 15MB | 40MB | 35MB | 100MB |
| Startup | 10ms | 20ms | 15ms | 50ms |
| Isolation | process | process | process | microvm |
| Maturity | production | production | stable | stable |
| Languages | Python | JavaScript, TypeScript | JavaScript, TypeScript, WebAssembly | Any |
| License | Other | MIT | MIT | Apache-2.0 |
| Links |