Remix.run Logo
ViewTrick1002 3 hours ago

Given the density of memory issues in the Bun issue tracker I have a hard time squaring the statement that Zig makes it "easy" to build memory safe programs.

https://github.com/oven-sh/bun/issues?q=segfault%20OR%20segm...

nvlled an hour ago | parent [-]

> https://github.com/oven-sh/bun/issues?q=segfault%20OR%20segm...

It should be noted that most of those issues are created by opening a link that bun creates when it crashes, they are not yet reviewed/confirmed and most likely a lot of them are dulplicates of the same issue.

ViewTrick1002 an hour ago | parent [-]

Comparing Deno most of their segfaults come from having to integrate with V8, and their density is a fraction compared to Bun.