top | item 46678458 (no title) jordand | 1 month ago Memory allocations are always done explicitly (nothing is hidden or implicit). I've not written enough Zig yet to appreciate that, but I've hit plenty of those issues year-after-year with C++ to know their approach is sane and rational. discuss order hn newest Measter|1 month ago Memory allocations in Rust are also always done explicitly, but Rust's library types don't have APIs that allow you to get it wrong. vacuity|1 month ago Rust doesn't (yet) have the same level of control over allocators as Zig does. load replies (1)
Measter|1 month ago Memory allocations in Rust are also always done explicitly, but Rust's library types don't have APIs that allow you to get it wrong. vacuity|1 month ago Rust doesn't (yet) have the same level of control over allocators as Zig does. load replies (1)
vacuity|1 month ago Rust doesn't (yet) have the same level of control over allocators as Zig does. load replies (1)
Measter|1 month ago
vacuity|1 month ago