Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | Python (CPython) | Vercel Edge Functions | llama.cpp | Google Cloud Functions |
|---|---|---|---|---|
| Score | B71 | B71 | C+63 | C59 |
| Type | Language | Edge | Serverless | |
| Execution | interpreted | jit | aot | hybrid |
| Interface | cli | platform | cli | platform |
| Cold Start | 50ms | 10ms | 100ms | 300ms |
| Memory | 15MB | 128MB | 50MB | 128MB |
| Startup | 10ms | 1ms | 10ms | 50ms |
| Isolation | process | process | process | container |
| Maturity | production | stable | production | production |
| Languages | Python | JavaScript, TypeScript, WebAssembly | C, C++ | Python, JavaScript, TypeScript, Go, Java, Ruby, PHP |
| License | Other | Proprietary | MIT | Proprietary |
| Links |