Hacker News new | ask | show | jobs
by tyingq 1330 days ago
It uses clouflare workers, which is just spinning up v8 isolates, so there's no VM booting up. It's fast. They are also edge located. There are scenarios where using the kv or durable objects can cause a round trip back to the mothership, but not for reads.

https://developers.cloudflare.com/workers/learning/how-worke...