https://vercel.com/docs/fluid-compute#how-to-enable-fluid-compute
The doc says it has better cold start, but I'm not sure what to expect. Let's say I have an Express + Node server that connects to a db on startup. On traditional scale-to-zero platforms, the cold starts take thousands of milliseconds. Does Fluid Compute stop the instance at all? If it does, would the cold start be much faster than something like AWS lambda?