Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | V8 | Python (CPython) | Vercel Edge Functions |
|---|---|---|---|
| Score | B74 | B71 | B71 |
| Type | Language | Language | Edge |
| Execution | jit | interpreted | jit |
| Interface | embedded | cli | platform |
| Cold Start | 5ms | 50ms | 10ms |
| Memory | 30MB | 15MB | 128MB |
| Startup | 2ms | 10ms | 1ms |
| Isolation | process | process | process |
| Maturity | production | production | stable |
| Languages | JavaScript, TypeScript, WebAssembly | Python | JavaScript, TypeScript, WebAssembly |
| License | BSD-3-Clause | Other | Proprietary |
| Links |