DynamicSpace introduces a third serverless paradigm by dynamically injecting functions into pre-running Linux containers using Elastic Volumes.
AWS Lambda
Cloudflare Workers
Elastic Generic Containers
Instead of provisioning containers on demand, DynamicSpace maintains a pool of pre-running containers with initialized kernels and runtimes.
Functions are injected at runtime using Elastic Volumes and OverlayFS, bypassing container startup and reducing library loading latency.
This approach yields a 4x to 10x improvement over traditional serverless cold starts.
| Feature | AWS Lambda | Workers | DynamicSpace |
|---|---|---|---|
| Cold Start | 200ms – 10s+ | <5ms | 50ms – 100ms |
| Runtime | Linux VM | JS / WASM | Full Linux |