(no title)
Tomuus | 3 years ago
The players I mention have built their own runtime, they're mostly all built on V8 isolates (including Deno Deploy).
This is why I struggle to see where Bun fits in the edge JS world, as far as I understand it JSC has no Isolate primitive meaning Bun would have to write this from scratch (or salvage the other parts of WebKit that offer isolation). Otherwise Bun will be limited to using Linux containers on the edge, at which point you re-introduce the startup time you gained by switching from node in the first place.
ignoramous|3 years ago
https://news.ycombinator.com/item?id=31759170
saamyjoon|3 years ago
rattray|3 years ago