Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | V8 | Vercel Edge Functions | Google Cloud Functions |
|---|---|---|---|
| Score | B74 | B71 | C59 |
| Type | Language | Edge | Serverless |
| Execution | jit | jit | hybrid |
| Interface | embedded | platform | platform |
| Cold Start | 5ms | 10ms | 300ms |
| Memory | 30MB | 128MB | 128MB |
| Startup | 2ms | 1ms | 50ms |
| Isolation | process | process | container |
| Maturity | production | stable | production |
| Languages | JavaScript, TypeScript, WebAssembly | JavaScript, TypeScript, WebAssembly | Python, JavaScript, TypeScript, Go, Java, Ruby, PHP |
| License | BSD-3-Clause | Proprietary | Proprietary |
| Links |