|
|
|
|
|
by satvikpendem
44 days ago
|
|
Well yeah, it's in Zig, not a memory-safe language, so of course I'd expect memory leaks. That's why I haven't seriously used bun and instead use a runtime that actually is in a memory-safe language, Deno in Rust. It's like wearing roller skates without brakes and wondering why you keep running into things. |
|
e.g. `Box::leak(Box::new( ... ))`